public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/14619] New: Incorrect Dwarf 2 information in function prologue
@ 2004-03-17 12:05 orjanf at axis dot com
  2004-03-17 16:27 ` [Bug target/14619] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: orjanf at axis dot com @ 2004-03-17 12:05 UTC (permalink / raw)
  To: gcc-bugs

For the following example code:

000802e4 <foo>:
void foo(void) 
{
   802e4:	fce1 ee8f           	push $r8
   802e8:	6e86                	move.d $sp,$r8
}
   802ea:	68e6                	move.d $r8,$sp
   802ec:	7fb6                	ret 
   802ee:	6e8e                	pop $r8

the corresponding Dwarf 2 information is

00000038 00000014 00000010 FDE cie=00000010 pc=000802f0..00080310
  DW_CFA_advance_loc: 0 to 000802f0
  DW_CFA_def_cfa: r8 ofs 8
  DW_CFA_offset: r16 at cfa-4
  DW_CFA_offset: r8 at cfa-8

which incorrectly specifies that at 802f0 CFA is r8 + 8 and both r16 and r8 are 
saved.

-- 
           Summary: Incorrect Dwarf 2 information in function prologue
           Product: gcc
           Version: 3.2.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: target
        AssignedTo: hp at gcc dot gnu dot org
        ReportedBy: orjanf at axis dot com
                CC: gcc-bugs at gcc dot gnu dot org,orjanf at axis dot com
GCC target triplet: cris-axis-linux-gnu


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


^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <bug-14619-8149@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-10-16 17:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-17 12:05 [Bug target/14619] New: Incorrect Dwarf 2 information in function prologue orjanf at axis dot com
2004-03-17 16:27 ` [Bug target/14619] " pinskia at gcc dot gnu dot org
2004-03-17 16:51 ` hp at bitrange dot com
2004-03-17 17:04 ` hp at gcc dot gnu dot org
2004-03-17 20:01 ` hp at gcc dot gnu dot org
2004-12-05 17:02 ` pinskia at gcc dot gnu dot org
2005-02-25  3:27 ` cvs-commit at gcc dot gnu dot org
2005-02-25  3:51 ` hp at gcc dot gnu dot org
     [not found] <bug-14619-8149@http.gcc.gnu.org/bugzilla/>
2005-10-16 17:57 ` hp at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).