upgraded gcc on IRIX and HP-UX to 3.0.1

[SVN r10917]
This commit is contained in:
Jens Maurer 2001-08-23 19:11:32 +00:00
parent b4366e4ffd
commit 38deee7c57

View file

@ -88,10 +88,10 @@ GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3
hpux
gcc
GCC 3.0
GCC 3.0.1
g++ -c -Wall -W -I%include %source
g++ -o boosttmp.exe -Wall -W -I%include %source -ldce
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
//aCC warnings that were turned off
//302 - The (...) parameter list is a non-portable feature.
@ -204,10 +204,10 @@ GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3
irix
gcc
GNU GCC 3.0
GNU GCC 3.0.1
g++ -c -Wall -W -I%include %source
g++ -o boosttmp.exe -Wall -W -I%include %source
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
// BeOS tests updated to use gcc 2.95.3 - see www.bebits.com
// This compiler version is not officially supported by Be.