opnsense-src/gnu/usr.bin/cc/cc_tools
Conrad Meyer 2844d30cc5 gcc42: Fix minor C99 parse bug
DR #289[0] came down and gcc4.2.1 was on the wrong side of history.
Partially revert GCC r42574 (just remove the error) to rectify the parse
bug to match Clang and other compliant C99 compilers.

An example declaration gcc tripped on before this fix:

  void foobar(int [static 1]);

An example declaration gcc did not trip on before this fix:

  void foobar(int name[static 1]);

Bump __FreeBSD_cc_version.

[0]: http://www.open-std.org/JTC1/SC22/WG14/www/docs/dr_289.htm

Reported by:	allanjude
Sponsored by:	EMC / Isilon Storage Division
2016-05-27 03:40:52 +00:00
..
arm.md.diff
auto-host.h After the binutils 2.17.50 import, the assembler supports AS_REL16 2012-07-08 17:02:14 +00:00
elfos-undef.h
freebsd-native.h gcc42: Fix minor C99 parse bug 2016-05-27 03:40:52 +00:00
freebsd.opt
i386-freebsd.opt
Makefile WITH_META_MODE: Avoid rebuilds of cc_tools during target build. 2016-05-21 01:32:01 +00:00
Makefile.dep
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
Makefile.hdrs Follow-up r297842: Rework header generation to fix always rebuilding. 2016-04-18 18:13:58 +00:00
size-host.h