This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: __intN patch 4/5: testsuite updates
- From: DJ Delorie <dj at redhat dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 29 Aug 2014 19:16:39 -0400
- Subject: Re: __intN patch 4/5: testsuite updates
- Authentication-results: sourceware.org; auth=none
- References: <201408132211 dot s7DMBXb7016394 at greed dot delorie dot com> <5400E430 dot 5000406 at redhat dot com>
> > * testsuite/
> > * lib/target-supports.exp (check_effective_target_size32plus):
> > Increase size to avoid false positives on 24-bit address spaces.
> > * gcc.c-torture/compile/limits-stringlit.c: Skip if msp430.
> > * gcc.dg/lto/pr54709_1.c: Fix memcpy prototype.
> > * gcc.dg/torture/pta-ptrarith-3.c: Use __SIZE_TYPE__ instead of "int".
> > * gcc.dg/torture/pr36373-10.c: Use __SIZE_TYPE__ if present.
> > * gcc.dg/torture/pr57864.c: Use __SIZE_TYPE__.
> > * gcc.dg/torture/pr26763-2.c: Use __SIZE_TYPE__ instead of "int".
> > * gcc.dg/tree-ssa/isolate-3.c: Use __SIZE_TYPE__ instead of "long unsigned int".
> > * gcc.dg/tree-ssa/isolate-3.c: Likewise.
> > * gcc.dg/pr52549.c: Use __SIZE_TYPE__ if present.
> OK.
> jeff
Thanks! Committed.