http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46724
Alexandre Oliva <aoliva at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22792|0 |1 is obsolete| | Attachment #22794|0 |1 is obsolete| | --- Comment #9 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2010-12-18 08:02:42 UTC --- Created attachment 22806 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22806 Revised patch This patch integrates Jakub's proposed changes and fixes a regression in pr46815.C on x86_64-linux-gnu. A difference in DECL_BY_REFERENCE in the RESULT_DECL required different handling in the DEBUG_VALUE_EXPR and in var-tracking for proper handling. Regstrapping again after the changes...