This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/12204] [3.4 regression] gcc emits bogus .file when __inline__ called
- From: "mec at shout dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Sep 2003 21:03:47 -0000
- Subject: [Bug debug/12204] [3.4 regression] gcc emits bogus .file when __inline__ called
- References: <20030908003505.12204.mec@shout.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12204
------- Additional Comments From mec at shout dot net 2003-09-11 21:03 -------
The bug has been fixed. The symptoms no longer happens with gcc HEAD 2003-09-10
18:52:57 UTC. I tested with the z2.i file attached to the bug report as well as
the original test case from the gdb test suite.
The patch which caused the bug was in the call graph code. I haven't
regression-searched for the patch which fixes the bug, but given the changes in
the call graph code lately, I am comfortable that the bug got fixed "on purpose"
rather than "completely by accident".
gdb has a test case which stumbles on this (gdb.base/fileio.exp), so if the bug
happens again, I will notice it again.
It's okay with me to close this PR. Happy day!