[Bug other/43581] [4.5 Regression] exception handling broken across shared libaries with -fuse-linker-plugin

2010-03-30 Thread rwild at gcc dot gnu dot org
--- Comment #3 from rwild at gcc dot gnu dot org 2010-03-30 16:58 --- Bug also happens with $ g++ -v Using built-in specs. COLLECT_GCC=/opt/bin/g++ COLLECT_LTO_WRAPPER=/opt/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ..

[Bug other/43581] [4.5 Regression] exception handling broken across shared libaries

2010-03-30 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43581

[Bug other/43581] [4.5 Regression] exception handling broken across shared libaries

2010-03-30 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-03-30 09:46 --- Works for me as well. Building GCC with --as-needed is known to at least break libjava big times (you can see that when testing). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43581

[Bug other/43581] [4.5 Regression] exception handling broken across shared libaries

2010-03-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-03-29 20:43 --- This works for me with: gcc version 4.5.0 20100326 (experimental) [trunk revision 157759] (GCC) GNU ld (GNU Binutils for Debian) 2.18.0.20080103 GNU C Library stable release version 2.7, by Roland McGrath et al. I

[Bug other/43581] [4.5 Regression] exception handling broken across shared libaries

2010-03-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|c++ |other Summary|exception handling broken |[4.5 Regression