[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-09-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-05-03 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 --- Comment #9 from Jan Hubicka 2012-05-03 19:18:56 UTC --- Author: hubicka Date: Thu May 3 19:18:51 2012 New Revision: 187114 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187114 Log: PR middle-end/53106 * ipa.c (cgraph_remove

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-05-03 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 --- Comment #8 from William J. Schmidt 2012-05-03 15:16:39 UTC --- FWIW, I verified that Honza's proposed patch fixes the build problems for 483.xlancbmk and 32-bit 447.dealII on powerpc-linux. Any ETA for getting this committed? Thanks, Bill

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-04-25 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 --- Comment #7 from Jan Hubicka 2012-04-25 16:21:03 UTC --- Actually we make the node unanalyzed in this case. There is one misupdated place. I am testing the following patch. Index: ipa.c ===

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-04-25 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 --- Comment #6 from Jan Hubicka 2012-04-25 16:11:43 UTC --- This is previously latent bug in frequency verification. We check that frequencies of edges match frequencies of basic block. This check is disabled when function is inline, because the

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-04-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 H.J. Lu changed: What|Removed |Added Status|ASSIGNED|UNCONFIRMED Ever Confirmed|1

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-04-25 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-04-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-04-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 --- Comment #3 from H.J. Lu 2012-04-24 23:13:19 UTC --- Testcase [hjl@gnu-35 delta]$ cat testcase.cc #include template class FiniteElement { public: FiniteElement ( const std::vector > &nonzero_components); }; template class FE_RaviartT

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-04-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 --- Comment #2 from H.J. Lu 2012-04-24 23:12:19 UTC --- [hjl@gnu-35 delta]$ /export/gnu/import/git/gcc-test-spec/usr/bin/gcc -mx32 -O3 -S testcase.cc testcase.cc:31:35: error: caller edge frequency 3943 does not match BB frequency 390 template c

[Bug middle-end/53106] [4.8 Regression] Benchmarks in SPEC CPU 2006 failed to build

2012-04-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53106 --- Comment #1 from H.J. Lu 2012-04-24 21:50:20 UTC --- On Linux/ia32, 447.dealII failed to build: g++ -m32 -c -o fe_raviart_thomas.o -DSPEC_CPU -DNDEBUG -Iinclude -DBOOST_DISABLE_THREADS -Ddeal_II_dimension=3 -O3 -funroll-loops -msse2 -mfpmath