This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: debug/5271: Wrong line number information with optimization
- From: bangerth at dealii dot org
- To: carlo at alinoe dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 14 Mar 2003 02:43:30 -0000
- Subject: Re: debug/5271: Wrong line number information with optimization
- Reply-to: bangerth at dealii dot org, carlo at alinoe dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Old Synopsis: Wrong line number information.
New Synopsis: Wrong line number information with optimization
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Fri Mar 14 02:43:30 2003
State-Changed-Why:
Confirmed, problem still exists in present mainline of
today. The call to operator new happens before we jump into
foo, but this is not reflected in the debug info. Needless
to say that the problem goes away once we switch off
optimization.
W.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5271