This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/53948] [4.8 Regression] Assignment line missing for -O0 -g
- From: "steven at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 16 Jul 2012 20:23:20 +0000
- Subject: [Bug debug/53948] [4.8 Regression] Assignment line missing for -O0 -g
- Auto-submitted: auto-generated
- References: <bug-53948-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948
--- Comment #3 from Steven Bosscher <steven at gcc dot gnu.org> 2012-07-16 20:23:20 UTC ---
The problem seems to be that PARM_DECLs are not marked as REG_USERVAR_P.