summaryrefslogtreecommitdiffstats
path: root/gcc/fixinc/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add in the test result from the alpha___extern_prefix hackkorbb2003-03-011-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63618 138bc75d-0d04-0410-961f-82ee72b054a4
* replace hand-edited file with generated versionkorbb2003-03-012-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63617 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 forro2003-02-193-0/+51
| | | | | | | | | | | | | | | | | | | | ISO C99 and C++. * fixinc/inclhack.def (irix___restrict): Don't change __restrict for C++ on IRIX 6.5.1[89]. * fixinc/tests/base/internal/sgimacros.h: New file. * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99. * fixinc/tests/base/internal/wchar_core.h: New file. * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78] socklen_t definition. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/sys/socket.h: New file. Fixes PR libgcj/9652. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63123 138bc75d-0d04-0410-961f-82ee72b054a4
* mark the fixes that fail testing with BSD based sed-skorbb2003-02-192-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63086 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-02-18 Krister Walfridsson <cato@df.lth.se>kristerw2003-02-181-0/+5
| | | | | | | | | * inclhack.def (netbsd_bogus_semicolon): New fix. * fixincl.x: Rebuilt. * tests/base/ctype.h: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63061 138bc75d-0d04-0410-961f-82ee72b054a4
* * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,danglin2003-02-112-0/+71
| | | | | | | | | | hpux10_ctype_declarations2, hpux_ctype_macros): New hacks. * fixincl.x: Rebuilt. * tests/base/stdlib.h: Update. * tests/base/ctype.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62718 138bc75d-0d04-0410-961f-82ee72b054a4
* When wrapping files, guard with both the fix name and the file namekorbb2003-01-045-21/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60893 138bc75d-0d04-0410-961f-82ee72b054a4
* remove obsolete fixeskorbb2003-01-047-223/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60883 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (libc1_G_va_list): Correct test_text.hp2002-10-271-0/+14
| | | | | | | * fixinc/tests/base/_G_config.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58585 138bc75d-0d04-0410-961f-82ee72b054a4
* The Linux variant of GCC has no need of defining "i386", so it doesn't.korbb2002-10-051-1/+1
| | | | | | | | That renders this test ineffective and the "defined( i386 )" remains unaltered by fixinc. This test is now, generally, a noop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57847 138bc75d-0d04-0410-961f-82ee72b054a4
* add fixes for new hp/ux patchkorbb2002-10-051-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57845 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (thread_keyword): Match __thread as last arg.rth2002-05-221-0/+1
| | | | | | | * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53749 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (thread_keyword): Allow as any prototype arg.rth2002-05-221-0/+1
| | | | | | | * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53745 138bc75d-0d04-0410-961f-82ee72b054a4
* add fix checkkorbb2002-05-221-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53720 138bc75d-0d04-0410-961f-82ee72b054a4
* This file needs resurrectingkorbb2002-05-161-0/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53505 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (winidss_valist): Limit applicability.mmitchel2002-05-142-0/+15
| | | | | | | | | * fixinc/fixincl.x: Regenerated. * fixinc/tests/base/math.h: Update. * fixinc/tests/base/testing.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53441 138bc75d-0d04-0410-961f-82ee72b054a4
* sync mainline to 3.1korbb2002-05-021-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53034 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (solaris_widec): Include <wchar.h> inro2002-04-291-0/+15
| | | | | | | | | Solaris 2 <widec.h> if missing. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/widec.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52906 138bc75d-0d04-0410-961f-82ee72b054a4
* accommodate __STDC__ == 0 tests in UW 2.1.2korbb2001-12-204-7/+24
| | | | | | | | Remove all the fix suppression "fixes" adjust sample results for changes in fixes git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48193 138bc75d-0d04-0410-961f-82ee72b054a4
* update the sample outputkorbb2001-07-175-5/+36
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44060 138bc75d-0d04-0410-961f-82ee72b054a4
* reorganize inclhacks and apply fix to fixtests.ckorbb2001-05-271-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42663 138bc75d-0d04-0410-961f-82ee72b054a4
* test result moved to "testing.h" filekorbb2001-05-261-14/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42641 138bc75d-0d04-0410-961f-82ee72b054a4
* add fix test results for freebsd_gcc3_breakagekorbb2001-05-261-0/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42640 138bc75d-0d04-0410-961f-82ee72b054a4
* add fix test results for irix_limits_const hackkorbb2001-05-261-0/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42639 138bc75d-0d04-0410-961f-82ee72b054a4
* Add fix test result for strict_ansi_not_ctdkorbb2001-05-261-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42638 138bc75d-0d04-0410-961f-82ee72b054a4
* Add fix check test for alpha___assertkorbb2001-05-261-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42636 138bc75d-0d04-0410-961f-82ee72b054a4
* Upgrade to current collection of testskorbb2001-05-261-5/+41
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42633 138bc75d-0d04-0410-961f-82ee72b054a4
* wchar_t typedefs are now wrapped in "ifndef __cplusplus"korbb2001-05-261-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42631 138bc75d-0d04-0410-961f-82ee72b054a4
* wchar_t now gets wrapped inside "ifndef __cplusplus",korbb2001-05-261-1/+3
| | | | | | | so we have to adjust the gnu_types fix test for that. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42630 138bc75d-0d04-0410-961f-82ee72b054a4
* Add fix test from solaris27_mutex_initkorbb2001-05-261-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42629 138bc75d-0d04-0410-961f-82ee72b054a4
* Add fix test from irix_stdio_dummy_va_listkorbb2001-05-261-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42628 138bc75d-0d04-0410-961f-82ee72b054a4
* Correct test results for avoid-bool-define fixkorbb2001-05-261-2/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42627 138bc75d-0d04-0410-961f-82ee72b054a4
* Update to pthread and addition of sys/machine.hkorbb2000-08-232-0/+22
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35910 138bc75d-0d04-0410-961f-82ee72b054a4
* Added a line to the test basekorbb2000-08-231-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35907 138bc75d-0d04-0410-961f-82ee72b054a4
* Removed conditional #defines of macros GCC always defineskorbb2000-08-041-9/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35480 138bc75d-0d04-0410-961f-82ee72b054a4
* new test resultkorbb2000-07-201-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35144 138bc75d-0d04-0410-961f-82ee72b054a4
* Newly modified test resultskorbb2000-07-1962-0/+701
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35134 138bc75d-0d04-0410-961f-82ee72b054a4
* Obsolete test resultkorbb2000-07-131-28/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35014 138bc75d-0d04-0410-961f-82ee72b054a4
* fixinc test result changeskorbb2000-07-136-4/+61
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35013 138bc75d-0d04-0410-961f-82ee72b054a4
* new tests results from changeskorbb2000-07-112-8/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34971 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.hp2000-07-101-0/+9
| | | | | | | | * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/testing.h: Add testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34950 138bc75d-0d04-0410-961f-82ee72b054a4
* modified make check test outputkorbb2000-06-177-7/+41
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34585 138bc75d-0d04-0410-961f-82ee72b054a4
* obsolete test result filekorbb2000-06-171-7/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34584 138bc75d-0d04-0410-961f-82ee72b054a4
* new test result fileskorbb2000-06-175-0/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34583 138bc75d-0d04-0410-961f-82ee72b054a4
* fix test result for ultrix_atof_paramkorbb2000-06-021-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34359 138bc75d-0d04-0410-961f-82ee72b054a4
* fix test result for osf_namespace_akorbb2000-06-021-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34358 138bc75d-0d04-0410-961f-82ee72b054a4
* new check result files for fixinckorbb2000-06-014-0/+40
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34339 138bc75d-0d04-0410-961f-82ee72b054a4
* modified test resultskorbb2000-05-315-6/+45
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34300 138bc75d-0d04-0410-961f-82ee72b054a4
* rework "make check" for fixinckorbb2000-05-312-0/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34298 138bc75d-0d04-0410-961f-82ee72b054a4
* diff of diff does not work well, so use expected test result fileskorbb2000-05-3053-0/+699
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34270 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud