[Bug c++/43080] ICE with anonymous union and -flto

2010-05-19 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.6.0 |4.5.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43080

[Bug c++/43080] ICE with anonymous union and -flto

2010-05-19 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-19 13:16 --- Subject: Bug 43080 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

[Bug c++/43080] ICE with anonymous union and -flto

2010-04-26 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-04-26 09:25 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/43080] ICE with anonymous union and -flto

2010-04-26 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-04-26 09:19 --- Subject: Bug 43080 Author: rguenth Date: Mon Apr 26 09:19:24 2010 New Revision: 158723 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158723 Log: 2010-04-26 Richard Guenther PR lto/43080

[Bug c++/43080] ICE with anonymous union and -flto

2010-04-23 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-04-23 16:22 --- I have a fix. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|un

[Bug c++/43080] ICE with anonymous union and -flto

2010-02-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-02-15 15:03 --- We remove anonymous names to not break cross-TU merging. Looks like we need to resurrect them or mark them as anonymous for merging instead of throwing them away. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=