public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/20572] New: internal compiler error: in loc_descriptor_from_tree
@ 2005-03-20 21:44 sam at kalessin dot jpl dot nasa dot gov
  2005-03-20 21:49 ` [Bug c/20572] " sam at kalessin dot jpl dot nasa dot gov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sam at kalessin dot jpl dot nasa dot gov @ 2005-03-20 21:44 UTC (permalink / raw)
  To: gcc-bugs

Trying to build fontutils on FreeBSD 5.4, amd64, ran into this bug.   
  
Command line:  
gcc -g -I../include -I/usr/X11R6/include -c display.c  
  
Error:  
display.c: In function `digitize_spline':  
display.c:600: internal compiler error: in loc_descriptor_from_tree, at  
dwarf2out.c:8863  
Please submit a full bug report,  
with preprocessed source if appropriate.  
See <URL:http://gcc.gnu.org/bugs.html> for instructions.  
  
Note remove -g and compilation seems ok.  
  
  
Command   
gcc -v -save-temps -g -I../include -I/usr/X11R6/include -c display.c  
  
Produces:  
  
Using built-in specs.  
Configured with: FreeBSD/amd64 system compiler  
Thread model: posix  
gcc version 3.4.2 [FreeBSD] 20040728  
 /usr/libexec/cc1 -E -quiet -v -I../include -I/usr/X11R6/include -D_LONGLONG  
display.c -fworking-directory -o display.i  
ignoring duplicate directory "/usr/include"  
#include "..." search starts here:  
#include <...> search starts here:  
 ../include  
 /usr/X11R6/include  
 /usr/include  
End of search list.  
 /usr/libexec/cc1 -fpreprocessed display.i -quiet -dumpbase display.c -auxbase  
display -g -version -o display.s  
GNU C version 3.4.2 [FreeBSD] 20040728 (amd64-fbsdproj-freebsd)  
        compiled by GNU C version 3.4.2 [FreeBSD] 20040728.  
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096  
display.c: In function `digitize_spline':  
display.c:600: internal compiler error: in loc_descriptor_from_tree, at  
dwarf2out.c:8863  
Please submit a full bug report,  
with preprocessed source if appropriate.  
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: internal compiler error: in loc_descriptor_from_tree
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sam at kalessin dot jpl dot nasa dot gov
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c/20572] internal compiler error: in loc_descriptor_from_tree
  2005-03-20 21:44 [Bug c/20572] New: internal compiler error: in loc_descriptor_from_tree sam at kalessin dot jpl dot nasa dot gov
@ 2005-03-20 21:49 ` sam at kalessin dot jpl dot nasa dot gov
  2005-03-20 23:41 ` [Bug debug/20572] " pinskia at gcc dot gnu dot org
  2005-03-20 23:43 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: sam at kalessin dot jpl dot nasa dot gov @ 2005-03-20 21:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sam at kalessin dot jpl dot nasa dot gov  2005-03-20 21:49 -------
Created an attachment (id=8425)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8425&action=view)
preprocessed file


-- 


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


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

* [Bug debug/20572] internal compiler error: in loc_descriptor_from_tree
  2005-03-20 21:44 [Bug c/20572] New: internal compiler error: in loc_descriptor_from_tree sam at kalessin dot jpl dot nasa dot gov
  2005-03-20 21:49 ` [Bug c/20572] " sam at kalessin dot jpl dot nasa dot gov
@ 2005-03-20 23:41 ` pinskia at gcc dot gnu dot org
  2005-03-20 23:43 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-20 23:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |debug
           Keywords|                            |ice-on-valid-code


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


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

* [Bug debug/20572] internal compiler error: in loc_descriptor_from_tree
  2005-03-20 21:44 [Bug c/20572] New: internal compiler error: in loc_descriptor_from_tree sam at kalessin dot jpl dot nasa dot gov
  2005-03-20 21:49 ` [Bug c/20572] " sam at kalessin dot jpl dot nasa dot gov
  2005-03-20 23:41 ` [Bug debug/20572] " pinskia at gcc dot gnu dot org
@ 2005-03-20 23:43 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-20 23:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-20 23:43 -------
This is fixed in 3.4.3 and above. This is a dup of bug 14492.

*** This bug has been marked as a duplicate of 14492 ***

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


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


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

end of thread, other threads:[~2005-03-20 23:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-20 21:44 [Bug c/20572] New: internal compiler error: in loc_descriptor_from_tree sam at kalessin dot jpl dot nasa dot gov
2005-03-20 21:49 ` [Bug c/20572] " sam at kalessin dot jpl dot nasa dot gov
2005-03-20 23:41 ` [Bug debug/20572] " pinskia at gcc dot gnu dot org
2005-03-20 23:43 ` pinskia 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).