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 middle-end/10003] gcc -g mis-places low_pc of inlined functions


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.


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