[Bug lto/42653] ICE with -g and -flto (requires both flags to crash)

2010-01-08 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-01-08 11:54 --- Yep - -g and -flto are very experimental. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug lto/42653] ICE with -g and -flto (requires both flags to crash)

2010-02-06 Thread baldrick at gcc dot gnu dot org
--- Comment #2 from baldrick at gcc dot gnu dot org 2010-02-06 17:50 --- Compiling the GCC testsuite with -flto and -g, it turns out that g++.dg/debug/dwarf2/pr41063.C already shows this problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42653

[Bug lto/42653] ICE with -g and -flto (requires both flags to crash)

2010-02-06 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-02-06 18:12 --- Yes, there are a bunch of known ICEs with running the C++ testsuite with -g -flto. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42653

[Bug lto/42653] ICE with -g and -flto (requires both flags to crash)

2010-04-23 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-04-23 12:55 --- I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|

[Bug lto/42653] ICE with -g and -flto (requires both flags to crash)

2010-04-23 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-04-23 14:21 --- Subject: Bug 42653 Author: rguenth Date: Fri Apr 23 14:20:59 2010 New Revision: 158666 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158666 Log: 2010-04-23 Richard Guenther PR lto/42653

[Bug lto/42653] ICE with -g and -flto (requires both flags to crash)

2010-05-19 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-19 13:16 --- And 4.5.1. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.6.0

[Bug lto/42653] ICE with -g and -flto (requires both flags to crash)

2010-05-19 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-19 13:16 --- Subject: Bug 42653 Author: rguenth Date: Wed May 19 13:14:37 2010 New Revision: 159564 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159564 Log: 2010-05-19 Richard Guenther Backport from mainlin