Remove support for COMPILER_VERSION == gcc2.Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4is the norm and to explicitely test for gcc3 when a different behaviouris req
Remove support for COMPILER_VERSION == gcc2.Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4is the norm and to explicitely test for gcc3 when a different behaviouris required.No functional change intended. Be sure to `make install' in share/mk beforeattempting to do anything.
show more ...
Some tests are currently failing. Only run those if the REGRESS_FULLvariable is set.
gcc 3 needs the same syntax as gcc 2
Give this a chance to build with gcc2. ok matthew@
Add a (currently failing) regress test for GNU C++'s init_priorityattribute. See "info --index-search=init_priority gcc" for details onhow this feature is supposed to work.