aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/uninit-4.c
AgeCommit message (Collapse)AuthorFilesLines
2005-02-09* gcc.dg/uninit-4.c: XFAIL bogus warning for powerpc64.Janis Johnson1-1/+1
From-SVN: r94754
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+1
From-SVN: r81764
2000-05-23bcp-1.c: Replace abort in arg of __builtin_constant_p with a generic ↵Zack Weinberg1-0/+2
external function. gcc/testsuite: * c-torture/execute/bcp-1.c: Replace abort in arg of __builtin_constant_p with a generic external function. * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c, gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c, gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c, gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c: Prototype abort and/or exit. * gcc.dg/990407-1.c, gcc.dg/strpaste.c, gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c, gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c, gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h. libio/tests: * tfformat.c: Include stdlib.h. From-SVN: r34110
1999-03-11Tests for various kinds of spurious uninit variable warning.Zack Weinberg1-0/+50
l Tests for various kinds of spurious uninit variable warning. All are derived from cpplib; see comments in the files. From-SVN: r25710