public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/41398]  New: can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section}
@ 2009-09-18 11:29 pluto at agmk dot net
  2009-09-18 11:29 ` [Bug middle-end/41398] " pluto at agmk dot net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pluto at agmk dot net @ 2009-09-18 11:29 UTC (permalink / raw)
  To: gcc-bugs

/* gcc-4.4-20090724 */

$ gcc ide-lib.i -mregparm=3 -fno-asynchronous-unwind-tables -g2 -m32 -O2
/tmp/cc3MH58W.s: Assembler messages:
/tmp/cc3MH58W.s:1986: Error:
  can't resolve '.LFE1408' {*UND* section} - '.Ltext0' {.text section}


-- 
           Summary: can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text
                    section}
           Product: gcc
           Version: 4.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net
GCC target triplet: i686-gnu-linux


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/41398] can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section}
  2009-09-18 11:29 [Bug middle-end/41398] New: can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section} pluto at agmk dot net
@ 2009-09-18 11:29 ` pluto at agmk dot net
  2009-09-18 12:04 ` reichelt at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pluto at agmk dot net @ 2009-09-18 11:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pluto at agmk dot net  2009-09-18 11:29 -------
Created an attachment (id=18603)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18603&action=view)
testcase.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/41398] can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section}
  2009-09-18 11:29 [Bug middle-end/41398] New: can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section} pluto at agmk dot net
  2009-09-18 11:29 ` [Bug middle-end/41398] " pluto at agmk dot net
@ 2009-09-18 12:04 ` reichelt at gcc dot gnu dot org
  2009-09-18 13:15 ` pluto at agmk dot net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2009-09-18 12:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from reichelt at gcc dot gnu dot org  2009-09-18 12:04 -------
This looks like the same issue we had on the trunk a while ago: PR 40126.
Honza, could you please have a look?


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org, hubicka at gcc dot gnu
                   |                            |dot org
  BugsThisDependsOn|                            |40126


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/41398] can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section}
  2009-09-18 11:29 [Bug middle-end/41398] New: can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section} pluto at agmk dot net
  2009-09-18 11:29 ` [Bug middle-end/41398] " pluto at agmk dot net
  2009-09-18 12:04 ` reichelt at gcc dot gnu dot org
@ 2009-09-18 13:15 ` pluto at agmk dot net
  2009-09-18 16:58 ` hjl dot tools at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pluto at agmk dot net @ 2009-09-18 13:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pluto at agmk dot net  2009-09-18 13:14 -------
update:

the latest gcc-4.4-20090918 seems to work but i don't see
any fixes on the 4.4 branch:
http://gcc.gnu.org/viewcvs/branches/gcc-4_4-branch/gcc/dwarf2out.c?view=log


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/41398] can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section}
  2009-09-18 11:29 [Bug middle-end/41398] New: can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section} pluto at agmk dot net
                   ` (2 preceding siblings ...)
  2009-09-18 13:15 ` pluto at agmk dot net
@ 2009-09-18 16:58 ` hjl dot tools at gmail dot com
  2009-09-19  9:48 ` jakub at gcc dot gnu dot org
  2009-09-19 15:53 ` pluto at agmk dot net
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-09-18 16:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl dot tools at gmail dot com  2009-09-18 16:58 -------
(In reply to comment #3)
> update:
> 
> the latest gcc-4.4-20090918 seems to work but i don't see
> any fixes on the 4.4 branch:
> http://gcc.gnu.org/viewcvs/branches/gcc-4_4-branch/gcc/dwarf2out.c?view=log
> 

It is fixed by revision 150797:

http://gcc.gnu.org/ml/gcc-cvs/2009-08/msg00477.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dseketel at redhat dot com
  BugsThisDependsOn|                            |37801


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/41398] can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section}
  2009-09-18 11:29 [Bug middle-end/41398] New: can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section} pluto at agmk dot net
                   ` (3 preceding siblings ...)
  2009-09-18 16:58 ` hjl dot tools at gmail dot com
@ 2009-09-19  9:48 ` jakub at gcc dot gnu dot org
  2009-09-19 15:53 ` pluto at agmk dot net
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-09-19  9:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2009-09-19 09:48 -------
Please try http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151753


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/41398] can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section}
  2009-09-18 11:29 [Bug middle-end/41398] New: can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section} pluto at agmk dot net
                   ` (4 preceding siblings ...)
  2009-09-19  9:48 ` jakub at gcc dot gnu dot org
@ 2009-09-19 15:53 ` pluto at agmk dot net
  5 siblings, 0 replies; 7+ messages in thread
From: pluto at agmk dot net @ 2009-09-19 15:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pluto at agmk dot net  2009-09-19 15:52 -------
current head of 4.4 branch is fixed by r150797.


-- 

pluto at agmk dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-19 15:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-18 11:29 [Bug middle-end/41398] New: can't resolve .LFE1408 {*UND* section} - .Ltext0 {.text section} pluto at agmk dot net
2009-09-18 11:29 ` [Bug middle-end/41398] " pluto at agmk dot net
2009-09-18 12:04 ` reichelt at gcc dot gnu dot org
2009-09-18 13:15 ` pluto at agmk dot net
2009-09-18 16:58 ` hjl dot tools at gmail dot com
2009-09-19  9:48 ` jakub at gcc dot gnu dot org
2009-09-19 15:53 ` pluto at agmk dot net

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).