This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/10003] gcc -g mis-places low_pc of inlined functions
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2003 12:39:35 -0000
- Subject: [Bug middle-end/10003] gcc -g mis-places low_pc of inlined functions
- References: <20030308142601.10003.werner@almesberger.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=10003
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-10 12:39 -------
I gave the wrong rtl:
(note 8 7 9 ("pr10003.c") 11)
(note 9 8 10 ("pr10003.c") 4)
(note 10 9 11 0x1047ab0 NOTE_INSN_BLOCK_BEG)
(insn 11 10 12 (set (reg/v:SI 120 [ bar ])
(const_int 123 [0x7b])) -1 (nil)
(nil))
(note 12 11 13 0x1047ae0 NOTE_INSN_BLOCK_BEG)
(note 13 12 14 NOTE_INSN_DELETED)
(note 14 13 15 ("pr10003.c") 6)
It is still wrong, I think both the tree and the rtl inliners are wrong.