There is a C++ run-time regression in 447.dealII in SPEC CPU 2006
FYI, changes between revisions 112624 and 112694 introduced a C++ run-time regression for 447.dealII in SPEC CPU 2006 on x86-64, which is in C++. I am trying to find a testcase. H.J.
gcc-4.2-20060520 is now available
Snapshot gcc-4.2-20060520 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.2-20060520/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.2 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision 113934 You'll find: gcc-4.2-20060520.tar.bz2 Complete GCC (includes all of below) gcc-core-4.2-20060520.tar.bz2 C front end and core compiler gcc-ada-4.2-20060520.tar.bz2 Ada front end and runtime gcc-fortran-4.2-20060520.tar.bz2 Fortran front end and runtime gcc-g++-4.2-20060520.tar.bz2 C++ front end and runtime gcc-java-4.2-20060520.tar.bz2 Java front end and runtime gcc-objc-4.2-20060520.tar.bz2 Objective-C front end and runtime gcc-testsuite-4.2-20060520.tar.bz2The GCC testsuite Diffs from 4.2-20060513 are available in the diffs/ subdirectory. When a particular snapshot is ready for public consumption the LATEST-4.2 link is updated and a message is sent to the gcc list. Please do not use a snapshot before it has been announced that way.
Re: There is a C++ run-time regression in 447.dealII in SPEC CPU 2006
On Sat, May 20, 2006 at 07:23:28AM -0700, H. J. Lu wrote: > FYI, changes between revisions 112624 and 112694 introduced a C++ > run-time regression for 447.dealII in SPEC CPU 2006 on x86-64, which > is in C++. I am trying to find a testcase. > It is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27592 I am testing the patch in the bug now. H.J.