This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/43160] Wrong debug info in guality/vla-1.c (f1)



------- Comment #1 from jakub at gcc dot gnu dot org  2010-02-25 12:23 -------
Seems this is related to DEBUG_EXPR_DECL temporaries.  If I manually merge all
the 3 DEBUG_INSNs into one, the VLA bound artificial var is set to (nil) after
the di = di + 1 increment similarly to i (the enhancement request to handle
that is a separate issue).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43160


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]