This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/18856] [3.3 regression] Missing .loc information after prologue
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2004 02:33:10 -0000
- Subject: [Bug debug/18856] [3.3 regression] Missing .loc information after prologue
- References: <20041206184932.18856.tausq@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From danglin at gcc dot gnu dot org 2004-12-07 02:33 -------
The exact position of the end of the prologue is rather indeterminate as
scheduling blurs it. In the example, the %r26 register save was originally
generated after the stack adjustment but scheduling has interchanged the stw
and ldo.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |danglin at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18856