summaryrefslogtreecommitdiffstats
path: root/regress/gnu
AgeCommit message (Expand)AuthorFilesLines
2019-07-26The strncat test is passing, do not add it to expected failures.bluhm1-2/+2
2019-07-25Since switching from bfd to lld linker there are no warnings aboutbluhm2-2/+12
2019-02-12Skip the gcc tests on aarch64, the compiler does not exist there.bluhm3-7/+26
2017-12-05adjust for warning: warning repairsderaadt13-13/+13
2016-09-26The gcc and libiberty regression tests seem to be broken since thebluhm4-65/+2
2016-09-25Adapt more places where binutils-2.17 has changed the format of thebluhm14-19/+19
2016-09-24Format of warning messages has changed in binutils-2.17. Removebluhm2-3/+3
2016-09-02Print SKIPPED if a regress test cannot be executed for some reason.bluhm2-2/+4
2014-07-20Update regress to match change in stpcpy() linker messageguenther2-2/+2
2014-03-20replace MD4 with MD5; ok tedu@naddy1-4/+4
2013-12-28- adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker warning got addedmartynas17-39/+24
2013-12-28Add regression tests to check whether GCC folds unsafe builtins andmartynas28-1/+252
2013-08-06Remove gcc 2.95 from the tree. One of the least bogus compiler we had (althoughmiod64-128/+0
2013-08-06Remove support for COMPILER_VERSION == gcc2.miod2-8/+4
2013-08-01Some tests are currently failing. Only run those if the REGRESS_FULLkettenis1-2/+6
2011-12-26The __bounded__ declaration on getcwd() has been corrected, so updateguenther7-7/+2
2011-09-15gcc4 Wbounded regression output.nicm64-0/+101
2010-05-14Add gcc2 and gcc3 expected output for avsm@'s new zero-length arraynicm2-0/+6
2010-05-14add failing regress test for gcc3 -Wbounded for 0-length arrays, spotted by nicm@avsm2-2/+10
2010-05-10Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibledrahn3-8/+12
2008-09-11Make that test pass on 64 bit platforms as well.miod3-7/+13
2006-07-11add another regress for the recent -Wbounded fixesavsm3-2/+14
2006-07-11sync regression tests, since the output format has changed slightlyavsm7-7/+14
2006-02-11fix dejagnu detection with PKG_PATH set; problem reported by nick@ and othersdavid3-33/+21
2004-12-29enter the gcc,libiberty,libf2c regress directories nowdavid1-3/+2
2004-12-29use bsd.regress.mk framework and update dejagnu detectiondavid3-49/+58
2004-12-29missing gcc3 output for:david1-0/+2
2004-08-08check for variable sized array in format argumentsavsm3-2/+14
2004-07-21need to include bsd.own.mk heredavid2-2/+6
2004-07-20if USE_GCC3, look in the right place for the sourcesdavid2-4/+13
2004-07-20comment out gcc,libiberty,libf2c regress tests until they are working rightdavid1-2/+3
2004-07-09NOOBJ=1, needed since gcc-bounds was connected to regress, noticed by david@avsm1-1/+3
2004-07-09dejagnu hasn't been in ports/lang/egcs directory for a while now...david3-9/+9
2004-07-09libiberty was moved from gnu/egcs to gnu/libdavid1-2/+2
2004-07-09missing gcc2 outputs for:david2-0/+2
2004-07-09add gcc-bounds directorydavid1-2/+2
2004-04-27regress check for macro presence/failure in bounded attrib declarationavsm5-2/+18
2004-04-23fill in the blanks for gcc2avsm5-2/+13
2004-04-23Lots more regression tests to test builtins for gcc3 and various ickyavsm65-7/+156
2004-04-03use a constant sized type so regress doesnt fail on 64-bitavsm1-1/+1
2003-10-07add a few regression tests for the recently fixed md functionsavsm13-2/+118
2003-09-05no longer warn on '0' bound size, add new test for the negative caseavsm4-4/+12
2003-08-06- fix makefile targets so c++ targets do get checked correctlyavsm6-11/+34
2003-07-03some more regress tests for __bounded__avsm8-0/+37
2003-06-26various regression tests for -Wboundedavsm85-0/+410
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.art2-6/+2
2001-10-07gcc regress framework.espie6-0/+108