This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/48147] [4.7 Regression] New debug test failures
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 Mar 2011 13:38:51 +0000
- Subject: [Bug debug/48147] [4.7 Regression] New debug test failures
- Auto-submitted: auto-generated
- References: <bug-48147-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48147
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.03.16 13:38:40
Blocks| |47819
Ever Confirmed|0 |1
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-16 13:38:40 UTC ---
True. Where and how do we try to handle constant params in clones?
Quickly scanning ipa-cp.c and ipa-prop.c doesn't reveal anything.
Oh - if it is early ipa-sra.c then I'm not surprised (same issues as
early inlining probably).