This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/81351] [8 regression] Many LTO testcases FAIL
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 07 Jul 2017 08:10:07 +0000
- Subject: [Bug lto/81351] [8 regression] Many LTO testcases FAIL
- Auto-submitted: auto-generated
- References: <bug-81351-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81351
--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> Got it: just reverting svn r250035 was enough to make one of the
> testcases PASS again.
comparing pr49115.exe.ltrans0.s without and with the patch shows what's
wrong: the broken version has lost the complete .eh_frame section. No
wonder EH won't work ;-)
Rainer