[Bug bootstrap/55644] bootstrap-lto fails on current trunk (with and without profiledbootstrap)

2013-02-05 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55644 --- Comment #5 from Matt Hargett 2013-02-06 01:23:02 UTC --- the latest failure, with current trunk: /work/mhargett/gcc-trunk-obj/./prev-gcc/xg++ -B/work/mhargett/gcc-trunk-obj/./prev-gcc/ -B/u/mhargett/x86_64-unknown-linux-gnu/bin/ -no

[Bug middle-end/56231] New: warning traces have bogus line information when using LTO

2013-02-06 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56231 Bug #: 56231 Summary: warning traces have bogus line information when using LTO Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug middle-end/55477] [devirt] trunk fails inline-devirt tests #2 and and #3 whereas they pass in google/4_7

2013-02-10 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55477 --- Comment #6 from Matt Hargett 2013-02-11 01:55:51 UTC --- I just tested with latest trunk (4.8.0 20130210). inline-devirt-2.C does indeed pass when adding an outer loop, but only at -O3. That is probably fine, but I could have sworn it

[Bug middle-end/55478] [devirt] trunk fails inline-devirt test #4

2013-02-10 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55478 --- Comment #9 from Matt Hargett 2013-02-11 02:02:46 UTC --- Just tested with latest trunk and it passes at -O3. With Maxim's previous devirt patches, it passed at -O2. That being said, I'm happy and this can be marked as RESOLVED.

[Bug middle-end/55498] [devirt] trunk fails inline-devirt test #6

2013-02-10 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55498 --- Comment #3 from Matt Hargett 2013-02-11 02:11:36 UTC --- Just tested with latest trunk and things have regressed/changed a bit. This is another test case where I *have* to use both -O3 and -funroll-loops to get the desired effect. This

[Bug middle-end/56231] warning traces have bogus line information when using LTO

2013-02-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56231 --- Comment #11 from Matt Hargett 2013-02-12 01:55:28 UTC --- can you add the reduced test case you came up with to the testsuite? I've seen these issues come and go at various points.

[Bug middle-end/56231] warning traces have bogus line information when using LTO

2013-02-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56231 --- Comment #12 from Matt Hargett 2013-02-12 02:02:33 UTC --- looking at the patch for merging elsewhere, I noticed that location_t lto_input_location (struct bitpack_d *bp, struct data_in *data_in) { + static const char *current_f

[Bug c/44938] Variable origtypes in c-parser.c accessed uninitialized

2013-02-12 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44938 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment

[Bug middle-end/55496] False positive -Werror=uninitialized

2013-02-12 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55496 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment

[Bug bootstrap/55644] bootstrap-lto fails on current trunk (with and without profiledbootstrap)

2013-02-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55644 --- Comment #7 from Matt Hargett 2013-02-14 18:00:57 UTC --- Sorry, but wouldn't that be "papering over bugs"? I'm confounded by the attitude around bootstrap failures, regardless of the basic supported options being used: -O3 with LTO and

[Bug middle-end/55478] [devirt] trunk fails inline-devirt test #4

2013-02-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55478 --- Comment #11 from Matt Hargett 2013-02-14 21:27:54 UTC --- Attached is an updated version of the tests Maxim committed to the google/4_7 branch. The only difference is that more of the tests are xfail'd than in the older google branch.

[Bug middle-end/55477] [devirt] trunk fails inline-devirt tests #2 and and #3 whereas they pass in google/4_7

2013-02-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55477 --- Comment #7 from Matt Hargett 2013-02-14 21:28:33 UTC --- Created attachment 29455 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29455 diff against trunk adding new testcases

[Bug tree-optimization/55264] [4.6/4.7/4.8 Regression] ICE: in ipa_make_edge_direct_to_target, at ipa-prop.c:2141 with -O2 -fno-early-inlining -fno-weak

2013-02-19 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55264 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment

[Bug bootstrap/55644] bootstrap-lto fails on current trunk (with and without profiledbootstrap)

2013-03-01 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55644 --- Comment #10 from Matt Hargett 2013-03-01 23:11:50 UTC --- I'll file a new bug for each warning false positive that results in a bootstrap failure. Feel free to close this one.

[Bug bootstrap/55644] maybe-uninitialized false positive

2013-03-01 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55644 Matt Hargett changed: What|Removed |Added Summary|bootstrap-lto fails on |maybe-uninitialized false

[Bug middle-end/55644] maybe-uninitialized false positive due to incorrect flow analysis when gotos are present

2013-03-01 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55644 --- Comment #12 from Matt Hargett 2013-03-01 23:38:51 UTC --- Created attachment 29566 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29566 files generated during compilation where false positive happens with save-temps

[Bug middle-end/56526] New: [4.8 regression] false positive for maybe-uninitialized

2013-03-04 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56526 Bug #: 56526 Summary: [4.8 regression] false positive for maybe-uninitialized Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug middle-end/56526] [4.8 regression] false positive for maybe-uninitialized

2013-03-04 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56526 --- Comment #1 from Matt Hargett 2013-03-04 19:04:58 UTC --- Created attachment 29580 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29580 save-temps output from same commandline/path

[Bug middle-end/56526] [4.8 regression] false positive for maybe-uninitialized

2013-03-05 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56526 --- Comment #4 from Matt Hargett 2013-03-06 02:06:03 UTC --- It does fix that warning, but there's a bug in the analysis that makes it a false positive. I've had difficulty reducing it to a self-contained example, and I don't have the expe

[Bug middle-end/51233] [ipa-iterations] running multiple passes of early IPA on zlib produces more optimal code

2012-08-13 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51233 --- Comment #2 from Matt Hargett 2012-08-14 00:26:35 UTC --- Okay. I filed this bug at your request last year because of your concerns that some of the improvements seen with multiple iterations might be "papering over" existing bugs in the optim

[Bug rtl-optimization/53533] [4.7/4.8 regression] vectorization causes loop unrolling test slowdown as measured by Adobe's C++Benchmark

2012-08-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 --- Comment #19 from Matt Hargett 2012-08-14 17:25:40 UTC --- Does this mean there will be a fix for this regression committed for 4.7.2? If there's a patch I can test ahead of time, please let me know. Thanks!

[Bug middle-end/51233] [ipa-iterations] running multiple passes of early IPA on zlib produces more optimal code

2012-08-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51233 --- Comment #4 from Matt Hargett 2012-08-14 17:43:30 UTC --- I agree it's more appropriate in LTO, but can still provide measurable benefit for template-heavy C++ applications where lots of implementation bodies are in header files by necessity.

[Bug libstdc++/54307] New: [4.7 regression] increases in memory usage by some C++11 (and C++03) standard containers

2012-08-17 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54307 Bug #: 54307 Summary: [4.7 regression] increases in memory usage by some C++11 (and C++03) standard containers Classification: Unclassified Product: gcc Version: 4.7.1

[Bug rtl-optimization/53533] [4.7/4.8 regression] vectorization causes loop unrolling test slowdown as measured by Adobe's C++Benchmark

2012-08-20 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 --- Comment #20 from Matt Hargett 2012-08-20 23:52:31 UTC --- Some additional information: Compared to LLVM 3.1 with -O3, GCC 4.7 is twice as slow on these benchmarks. LLVM even outperforms GCC 4.1, which previously had the best result. We are ve

[Bug libstdc++/54307] [4.7 regression] increases in memory usage by some C++11 (and C++03) standard containers

2012-08-21 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54307 --- Comment #3 from Matt Hargett 2012-08-21 17:26:55 UTC --- Paolo, what about list? Does VC11 achieve the size GCC 4.6 has by not being compliant somehow?

[Bug middle-end/53676] [4.7 regression] empty loop is not always removed now

2012-08-21 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53676 --- Comment #12 from Matt Hargett 2012-08-21 21:40:11 UTC --- I've been doing research into LLVM 3.1 and other GCC versions. LLVM 3.1 correctly eliminate the (near) empty loop, and their current trunk does not regress like 4.7 has. Is the trunk

[Bug middle-end/53676] [4.7 regression] empty loop is not always removed now

2012-08-23 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53676 --- Comment #16 from Matt Hargett 2012-08-23 18:01:08 UTC --- Back/forward-porting of the "trivial" restoration of the old behavior is acceptable to me, as it would remove a major barrier to our adoption of 4.7.x. That being said, if there's mult

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-09-04 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #11 from

[Bug lto/53780] [l4.7.1 lto] linker fails with lto and "standard" object file

2012-10-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53780 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment

[Bug bootstrap/55074] New: error during bootstrap of trunk

2012-10-25 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55074 Bug #: 55074 Summary: error during bootstrap of trunk Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: blocker Priority: P3

[Bug middle-end/55219] New: [4.7 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-05 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 Bug #: 55219 Summary: [4.7 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process Classification: Unclassified Product: gcc

[Bug middle-end/55219] [4.7 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-05 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 --- Comment #1 from Matt Hargett 2012-11-06 01:31:22 UTC --- Perhaps worth noting that gcc/trunk and google/4_7 also still exhibit the problem.

[Bug c++/46890] compile regression from 4.5 when building scummvm's player_v4a.cpp

2010-12-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46890 --- Comment #2 from Matt Hargett 2010-12-17 00:38:14 UTC --- Created attachment 22789 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22789 pre-processed source of the file that triggers the compilation regression generated with this command

[Bug c++/46890] compile regression from 4.5 when building scummvm's player_v4a.cpp

2010-12-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46890 --- Comment #3 from Matt Hargett 2010-12-17 00:39:27 UTC --- Created attachment 22790 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22790 original source file

[Bug c++/46890] compile regression from 4.5 when building scummvm's player_v4a.cpp

2010-12-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46890 --- Comment #4 from Matt Hargett 2010-12-17 00:40:55 UTC --- Attached original and pre-processed sources. Re-tested with 4.6.0 20101215, problem is still happening.

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2011-01-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 --- Comment #7 from Matt Hargett 2011-01-11 23:44:22 UTC --- Is the last remaining issue with this test case fixed by the patch for PR46076?

[Bug c++/46890] [4.6 Regression] Failed to compile scummvm's player_v4a.cpp

2011-01-27 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46890 --- Comment #8 from froydnj at codesourcery dot com 2011-01-26 15:06:09 UTC --- Waiting on Jason to approve feedback-modified patch: http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01667.html --- Comment #9 from Matt Hargett 2011-01-27 20:11:26 UT

[Bug bootstrap/57486] New: bootstrap fails on 4.8 and google/4.8 branch on RHEL6.1 platform

2013-05-31 Thread matt at use dot net
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: matt at use dot net I'm getting this failure when trying to bootstrap on RHEL6.1, with either the system compiler (gcc 4.4.x) or a 4.7-based compiler I bootstrapped success

[Bug other/49284] -fdump-ipa-cgraph leads to ICE in generate_canonical_option, at opts-common.c:303

2011-08-18 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49284 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #7 from

[Bug lto/49844] Building CodeBlocks on Windows using mingw gcc 4.6.1 "-flto -fuse-linker-plugin" results in many linker stage errors

2011-08-18 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49844 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #4 from

[Bug target/50182] Performance degradation from gcc 4.1 (x86_64)

2011-08-30 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50182 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #12 from

[Bug middle-end/50397] New: openssl crash due to incorrect codegen when using LTO

2011-09-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50397 Bug #: 50397 Summary: openssl crash due to incorrect codegen when using LTO Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: major

[Bug middle-end/50397] openssl crash due to incorrect codegen when using LTO

2011-09-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50397 --- Comment #1 from Matt Hargett 2011-09-15 00:37:43 UTC --- BTW, worth noting that this also happens with just -O1 as well.

[Bug middle-end/50398] New: ICE when compiling openssl-1.0.0d with graphite optimizations

2011-09-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50398 Bug #: 50398 Summary: ICE when compiling openssl-1.0.0d with graphite optimizations Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug middle-end/50397] openssl crash due to incorrect codegen when using LTO

2011-09-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50397 --- Comment #2 from Matt Hargett 2011-09-16 22:00:25 UTC --- Verified this also happens on trunk with g++ (Ubuntu/Linaro 20110914-1) 4.7.0 20110914 (experimental) [trunk revision 178863]. Tried it with and without lto-partition=none. test BN_ls

[Bug lto/50468] New: ICE in force_type_die when compiling binutils with -flto -O[12]

2011-09-20 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50468 Bug #: 50468 Summary: ICE in force_type_die when compiling binutils with -flto -O[12] Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug lto/50490] New: ICE when compiling libglib2.0 with LTO

2011-09-22 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50490 Bug #: 50490 Summary: ICE when compiling libglib2.0 with LTO Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: major Priority: P3

[Bug middle-end/50561] New: [4.7 regression] ICE when compiling zlib with -O2 -floop-flatten -floop-strip-mine

2011-09-28 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50561 Bug #: 50561 Summary: [4.7 regression] ICE when compiling zlib with -O2 -floop-flatten -floop-strip-mine Classification: Unclassified Product: gcc Version: 4.7.0 Stat

[Bug middle-end/50561] [4.7 regression] ICE when compiling zlib with -O2 -floop-flatten -floop-strip-mine

2011-09-28 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50561 --- Comment #1 from Matt Hargett 2011-09-28 20:59:07 UTC --- Created attachment 25378 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25378 pre-processed source of the file that triggers the ICE

[Bug middle-end/50561] [4.7 regression] ICE when compiling zlib with -O2 -floop-flatten -floop-strip-mine

2011-09-28 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50561 Matt Hargett changed: What|Removed |Added Severity|normal |major

[Bug debug/51564] [4.7 Regression] ICE in force_type_die, at dwarf2out.c:19288

2012-05-03 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51564 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #5 from

[Bug bootstrap/49797] CLooG use of LANGUAGE_C conflicts with MIPS compilers

2012-05-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49797 --- Comment #5 from Matt Hargett 2012-05-11 17:58:27 UTC --- It's not an IRIX-specific thing AFAICS, but rather that newer versions of cloog/ppl renamed the macro to avoid conflicts on IRIX. 4.6 still checks for the old macro name, which is no lo

[Bug debug/51564] [4.7 Regression] ICE in force_type_die, at dwarf2out.c:19288

2012-05-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51564 --- Comment #7 from Matt Hargett 2012-05-11 20:19:01 UTC --- Applying the patch does allow DWARF serialization to get further, but now it dies here: internal compiler error: in add_AT_specification, at dwarf2out.c:7536 It looks like this problem

[Bug middle-end/53533] New: [4.7 regression] loop unrolling as measured by Adobe's C++Benchmark is twice as slow versus 4.4-4.6

2012-05-30 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 Bug #: 53533 Summary: [4.7 regression] loop unrolling as measured by Adobe's C++Benchmark is twice as slow versus 4.4-4.6 Classification: Unclassified Product: gcc Version: 4.7.1

[Bug middle-end/53533] [4.7 regression] loop unrolling as measured by Adobe's C++Benchmark is twice as slow versus 4.4-4.6

2012-05-30 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 --- Comment #1 from Matt Hargett 2012-05-31 00:55:36 UTC --- Created attachment 27526 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27526 tarball containing buildable sources and binaries that demonstrate the severe performance regression o

[Bug middle-end/53533] [4.7 regression] loop unrolling as measured by Adobe's C++Benchmark is twice as slow versus 4.4-4.6

2012-06-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 --- Comment #3 from Matt Hargett 2012-06-11 19:56:14 UTC --- Created attachment 27603 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27603 ZIP with pre-processed shorter example, callgrind output, and smaller binaries

[Bug middle-end/53533] [4.7 regression] loop unrolling as measured by Adobe's C++Benchmark is twice as slow versus 4.4-4.6

2012-06-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 --- Comment #4 from Matt Hargett 2012-06-11 19:57:12 UTC --- Created attachment 27604 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27604 shorter source example, ~150 lines w/o comments

[Bug middle-end/53533] [4.7 regression] loop unrolling as measured by Adobe's C++Benchmark is twice as slow versus 4.4-4.6

2012-06-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 --- Comment #5 from Matt Hargett 2012-06-11 20:02:41 UTC --- Got rid of graphite options, it made no difference. I reduced the original test from the suite and attached it's source, preprocessor output from 4.6 and 4.7 (no major difference), and

[Bug rtl-optimization/53533] [4.7/4.8 regression] vectorization causes loop unrolling test slowdown as measured by Adobe's C++Benchmark

2012-06-12 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 --- Comment #11 from Matt Hargett 2012-06-12 18:25:25 UTC --- Richard, Thanks for the quick analysis! Sounds like a perfect storm of sorts :/ re: cprop failure: this may be indicated by another major regression in their suite for the "simple co

[Bug rtl-optimization/53533] [4.7/4.8 regression] vectorization causes loop unrolling test slowdown as measured by Adobe's C++Benchmark

2012-06-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 --- Comment #15 from Matt Hargett 2012-06-14 18:01:31 UTC --- (In reply to comment #14) > Mine, at least for a 4.8 solution. What enhancement to 4.7 caused the regression? Can whatever the change was be (partially) reverted to lessen the impact?

[Bug middle-end/53676] New: [4.7/4.8 regression] constant folding regression, shown as slowdown as measured by Adobe's C++Benchmark

2012-06-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53676 Bug #: 53676 Summary: [4.7/4.8 regression] constant folding regression, shown as slowdown as measured by Adobe's C++Benchmark Classification: Unclassified Product: gcc Version: 4

[Bug middle-end/53676] [4.7/4.8 regression] constant folding regression, shown as slowdown as measured by Adobe's C++Benchmark

2012-06-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53676 --- Comment #1 from Matt Hargett 2012-06-14 22:48:49 UTC --- Created attachment 27622 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27622 ZIP containing pre-processed source and binaries that demonstrate the const folding regression

[Bug middle-end/53676] [4.7/4.8 regression] constant folding regression, shown as slowdown as measured by Adobe's C++Benchmark

2012-06-14 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53676 --- Comment #2 from Matt Hargett 2012-06-14 23:00:33 UTC --- I forgot to mention -- it's the same result on all types, both signed and unsigned. the int8_t case is (hopefully) representative of the root cause for all/most of them.

[Bug middle-end/53676] [4.7 regression] empty loop is not always removed now

2012-06-27 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53676 --- Comment #10 from Matt Hargett 2012-06-27 18:26:55 UTC --- Is there a fix targeted for 4.7.2? I can apply the patch and do some testing, if that helps. Let me know what I can do, if anything, so we can make 4.7 deployable for us. Thanks for t

[Bug tree-optimization/37242] missed FRE opportunity because of signedness of addition

2012-06-28 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37242 --- Comment #22 from Matt Hargett 2012-06-29 00:20:17 UTC --- Hey Andrew, any word on your patch?

[Bug bootstrap/49797] CLooG use of LANGUAGE_C conflicts with MIPS compilers

2012-06-29 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49797 --- Comment #6 from Matt Hargett 2012-06-29 18:49:35 UTC --- Pinging on this again since this patch has been back ported to a couple of 4.6-based branches now. Anyone attempting to use a recent cloog release with GCC 4.6 will run into this proble

[Bug lto/52159] New: ICE when building qemu with GCC 4.7 trunk: cannot read LTO decls

2012-02-07 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52159 Bug #: 52159 Summary: ICE when building qemu with GCC 4.7 trunk: cannot read LTO decls Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug lto/52159] ICE when building qemu with GCC 4.7 trunk: cannot read LTO decls

2012-02-07 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52159 --- Comment #1 from Matt Hargett 2012-02-07 22:00:12 UTC --- Created attachment 26606 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26606 tarball of ltrans temporaries that reproduce this bug, from Ubuntu source package for qemu-linaro

[Bug target/52610] New: mpfr fails to compile when specifying CFLAGS="-O3 -mcpu=leon"

2012-03-17 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52610 Bug #: 52610 Summary: mpfr fails to compile when specifying CFLAGS="-O3 -mcpu=leon" Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite

2012-03-19 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52630 Bug #: 52630 Summary: [4.7 regression] ICE when compiling ppl-0.12 testsuite Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: major

[Bug middle-end/52630] [4.7 regression] ICE when compiling ppl-0.12 testsuite

2012-03-19 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52630 --- Comment #1 from Matt Hargett 2012-03-20 00:00:46 UTC --- Created attachment 26926 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26926 pre-processed sources that exhibit the ICE

[Bug bootstrap/52674] New: [4.7 regression] profiledbootstrap-lean failues on Debian/SPARC

2012-03-22 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52674 Bug #: 52674 Summary: [4.7 regression] profiledbootstrap-lean failues on Debian/SPARC Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug bootstrap/52674] [4.7 regression] segfault during profiled LTO bootstrap

2012-03-23 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52674 --- Comment #2 from Matt Hargett 2012-03-23 20:26:44 UTC --- I was doing profiledbootstrap with the bootstrap-lto config on x64 just fine until about 6 weeks ago. The speedup in the resulting binary was notable, and was very useful to have for my

[Bug tree-optimization/46076] [4.6 regression] constant propagation and compile-time math no longer happening versus 4.4 and 4.5

2012-03-23 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46076 --- Comment #32 from Matt Hargett 2012-03-23 20:30:17 UTC --- Richard, if nothing's come to mind by now for the 4.6 branch, can this be closed? I'd like to see it fixed, of course, but so long as it still works in 4.7.0 and there's a test in the

[Bug target/52610] mpfr fails to compile when specifying CFLAGS="-O3 -mcpu=leon"

2012-03-24 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52610 --- Comment #6 from Matt Hargett 2012-03-24 20:20:42 UTC --- Great. I verified the fix yesterday. Thanks!

[Bug middle-end/52704] New: thunk referenced in discarded section when combining -flto -ftree-vectorize -fipa-cp-clone on Debian/SPARC

2012-03-24 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52704 Bug #: 52704 Summary: thunk referenced in discarded section when combining -flto -ftree-vectorize -fipa-cp-clone on Debian/SPARC Classification: Unclassified Product: gcc Versio

[Bug middle-end/52704] thunk referenced in discarded section when combining -flto -ftree-vectorize -fipa-cp-clone on Debian/SPARC

2012-03-24 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52704 --- Comment #1 from Matt Hargett 2012-03-24 21:12:21 UTC --- Created attachment 26975 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26975 save-temps output from /tmp and linking dir

[Bug middle-end/52717] New: thunk referenced in discarded section when building samba with -flto

2012-03-25 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52717 Bug #: 52717 Summary: thunk referenced in discarded section when building samba with -flto Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRME

[Bug target/52717] thunk referenced in discarded section when building samba with -flto

2012-03-26 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52717 --- Comment #5 from Matt Hargett 2012-03-26 17:09:55 UTC --- Attachment was too big. Here's a URL for an archive that includes the ltrans objects, ltrans asm, and cc temp files: http://www.clock.org/~matt/tmp/smbta-util-lto-failure-temps.tar.bz2

[Bug target/52717] thunk referenced in discarded section when building samba with -flto

2012-03-26 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52717 --- Comment #6 from Matt Hargett 2012-03-26 17:32:51 UTC --- The link line that fails: gcc -o bin/smbta-util utils/smbta-util.o dynconfig.o param/loadparm.o param/loadparm_server_role.o param/util.o lib/sharesec.o lib/ldap_debug_handler.o registr

[Bug target/52717] thunk referenced in discarded section when building samba with -flto

2012-03-27 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52717 --- Comment #7 from Matt Hargett 2012-03-28 03:22:49 UTC --- Is there any more information I need to provide for this class of issues to be resolved? Mozilla, WebKit, and others all eventually fail with similar errors. If there's a proposed fix,

[Bug target/52717] thunk referenced in discarded section when building samba with -flto

2012-04-23 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52717 --- Comment #13 from Matt Hargett 2012-04-23 15:19:47 UTC --- *** Bug 52704 has been marked as a duplicate of this bug. ***

[Bug middle-end/52704] thunk referenced in discarded section when combining -flto -ftree-vectorize -fipa-cp-clone on Debian/SPARC

2012-04-23 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52704 Matt Hargett changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/52610] mpfr fails to compile when specifying CFLAGS="-O3 -mcpu=leon"

2012-04-23 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52610 Matt Hargett changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #7 from Matt Hargett

[Bug bootstrap/49797] CLooG use of LANGUAGE_C conflicts with MIPS compilers

2012-04-23 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49797 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #3 from

[Bug bootstrap/51118] New: ICE when bootstrapping on Ubuntu 11.10/amd64 with stage1 checking enabled

2011-11-13 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51118 Bug #: 51118 Summary: ICE when bootstrapping on Ubuntu 11.10/amd64 with stage1 checking enabled Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCON

[Bug middle-end/51182] New: [ipa-iterations] running multiple passes of early IPA on a file produces difference code when it shouldn't

2011-11-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51182 Bug #: 51182 Summary: [ipa-iterations] running multiple passes of early IPA on a file produces difference code when it shouldn't Classification: Unclassified Product: gcc Version

[Bug middle-end/51182] [ipa-iterations] running multiple passes of early IPA on a file produces difference code when it shouldn't

2011-11-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51182 --- Comment #1 from Matt Hargett 2011-11-16 23:09:22 UTC --- I see the same seeming no-op register and instruction twiddles with inflate.c from zlib, as well. Adding more iterations has a kind of ping-pong effect where it goes between the two dif

[Bug middle-end/51182] [ipa-iterations] running multiple passes of early IPA on a file produces different code when it shouldn't

2011-11-17 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51182 --- Comment #3 from Matt Hargett 2011-11-18 01:41:04 UTC --- Created attachment 25850 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25850 pre-procecessed source that produces better-performing code with two iterations

[Bug middle-end/51182] [ipa-iterations] running multiple passes of early IPA on a file produces different code when it shouldn't

2011-11-17 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51182 --- Comment #4 from Matt Hargett 2011-11-18 01:43:32 UTC --- Ah, okay. I read in your email you were looking for evidence of bugs, and the behaviour looked fishy to me. Regardless, here is a performance improvement that perhaps should be gotten w

[Bug bootstrap/51232] New: building the all-stage1 target requires several invocations to complete

2011-11-19 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51232 Bug #: 51232 Summary: building the all-stage1 target requires several invocations to complete Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFI

[Bug middle-end/51233] New: [ipa-iterations] running multiple passes of early IPA on zlib produces more optimal code

2011-11-19 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51233 Bug #: 51233 Summary: [ipa-iterations] running multiple passes of early IPA on zlib produces more optimal code Classification: Unclassified Product: gcc Version: 4.7.0

[Bug middle-end/51263] ICE in inline_small_functions when compiling scummvm with -O2 -flto

2011-11-21 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51263 --- Comment #1 from Matt Hargett 2011-11-21 23:58:48 UTC --- Created attachment 25876 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25876 pre-processed source of the file that triggers the ICE

[Bug middle-end/51263] New: ICE in inline_small_functions when compiling scummvm with -O2 -flto

2011-11-21 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51263 Bug #: 51263 Summary: ICE in inline_small_functions when compiling scummvm with -O2 -flto Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug tree-optimization/50561] [4.7 regression] ICE when compiling zlib with -O2 -floop-flatten -floop-strip-mine

2011-12-09 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50561 --- Comment #3 from Matt Hargett 2011-12-10 01:38:00 UTC --- Just re-verified that this is still a problem with trunk as of 2011-12-09.

[Bug tree-optimization/51493] New: [4.7 regression] ICE when compiling scummvm with -O2 and any graphite optimization

2011-12-09 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51493 Bug #: 51493 Summary: [4.7 regression] ICE when compiling scummvm with -O2 and any graphite optimization Classification: Unclassified Product: gcc Version: 4.7.0 Stat

[Bug middle-end/50913] [4.7 Regression] ICE in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:633 compiling libgfortran with -floop-interchange -m32

2011-12-09 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50913 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #6 from

[Bug tree-optimization/51493] [4.7 regression] ICE when compiling scummvm with -O2 and any graphite optimization

2011-12-09 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51493 --- Comment #1 from Matt Hargett 2011-12-10 03:24:45 UTC --- Created attachment 26039 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26039 pre-processed source of the file that triggers the ICE when compiled with -O2 -floop-block

[Bug c/51542] New: bootstrap failure due to uninitialized variable use in c-parser

2011-12-13 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51542 Bug #: 51542 Summary: bootstrap failure due to uninitialized variable use in c-parser Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug middle-end/51544] New: uninitialized variable false positive prevents bootstrap at -O3

2011-12-13 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51544 Bug #: 51544 Summary: uninitialized variable false positive prevents bootstrap at -O3 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

  1   2   3   >