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 inline-asm/33932] miscalculation of asm labels with -g3



------- Comment #14 from stsp at users dot sourceforge dot net  2008-12-28 13:04 -------
And what Mark says, is:

---
But, we could make sure that we always pop back from the debug section to
whatever the preceding section was after emitting debug information.  That
seems reasonable to me, as I don't think people are trying to implicitly put
stuff into the debug section.  (If they want to do that, they explicitly use a
".section" directive.)  That would fix this case and probably avoid the problem
in general.
---


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33932


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