This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/54971] SRA pessimizes debug info by not creating debug stmts for fields without replacements
- From: "jamborm at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Oct 2012 15:14:13 +0000
- Subject: [Bug debug/54971] SRA pessimizes debug info by not creating debug stmts for fields without replacements
- Auto-submitted: auto-generated
- References: <bug-54971-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54971
--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> 2012-10-22 15:14:13 UTC ---
(In reply to comment #5)
> Can you say what -fcompare-debug failures you saw (or was it a bootstrap
> problem already)?
Bootstrap actually passes. I's gcc.dg/pr46571.c that fails. If I just
emit the decl without using it, it passes too.