This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/14022] asm() should start a new line table entry
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2004 05:24:48 -0000
- Subject: [Bug debug/14022] asm() should start a new line table entry
- References: <20040204235344.14022.fnf@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-06 05:24 -------
Add your own debuging info for asm outside a function, there is no way for gcc to know not to do that,
anyways this is standard practice as usually you want the asm to recorded as some line and not none.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14022