public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/38528]  New: ICE while building libgfortran (gcc bootstrap)
@ 2008-12-14 20:15 bernard at brenda-arkle dot me dot uk
  2008-12-14 20:17 ` [Bug c/38528] " bernard at brenda-arkle dot me dot uk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bernard at brenda-arkle dot me dot uk @ 2008-12-14 20:15 UTC (permalink / raw)
  To: gcc-bugs

Apologies if 4.3.3 isn't the right magic version: seen in Revision 142751
(today's live trunk).

While trying to verify Bug 37865 (not connected) on the live tree:
during the building of libgfortran in stage 3 (so supposedly with a
"correct" gcc build) I got

internal compiler error: in change_decl_assembler_name, at cgraph.c:1256

A slightly reduced test-case uses the command-line

/mnt/devel/lfs/lfs-build/gcc-2008-12-14/build-gcc-2008-12-14/./gcc/xgcc
-B/mnt/devel/lfs/lfs-build/gcc-2008-12-14/build-gcc-2008-12-14/./gcc/
-B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -std=gnu99
-fcx-fortran-rules -march=athlon64 -c error.cpp.c fpu.cpp.c -combine

with the source files attached.   This build was configured as

'../gcc-2008-12-14/configure' '--prefix=/usr' '--libexecdir=/usr/lib'
'--infodir=/usr/share/info' '--mandir=/usr/share/man' '--enable-libada'
'--enable-libssp' '--disable-werror' '--with-mpfr=/usr' '--with-gmp=/usr'
'--with-datarootdir=/usr/share' '--with-docdir=/usr/share/gcc-2008-12-14/doc'
'--with-pdfdir=/usr/share/gcc-2008-12-14/doc'
'--with-htmldir=/usr/share/gcc-2008-12-14/doc/html' '--disable-coverage'
'--enable-nls' '--enable-__cxa_atexit' '--enable-decimal-float'
'--disable-fixed-point' '--enable-threads=posix' '--enable-clocale=gnu'
'--enable-shared' '--enable-intermodule'
'--enable-languages=ada,c++,fortran,java,objc,obj-c++,c'
'--with-local-prefix=/usr' '--with-gnu-ld' '--with-demangler-in-ld'
'--with-gnu-as' '--with-system-libunwind' '--with-system-zlib'
'--enable-bootstrap'

The CPU is an Athlon64 X2.


-- 
           Summary: ICE while building libgfortran (gcc bootstrap)
           Product: gcc
           Version: 4.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bernard at brenda-arkle dot me dot uk
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug c/38528] ICE while building libgfortran (gcc bootstrap)
  2008-12-14 20:15 [Bug c/38528] New: ICE while building libgfortran (gcc bootstrap) bernard at brenda-arkle dot me dot uk
  2008-12-14 20:17 ` [Bug c/38528] " bernard at brenda-arkle dot me dot uk
@ 2008-12-14 20:17 ` bernard at brenda-arkle dot me dot uk
  2008-12-16  0:03 ` pinskia at gcc dot gnu dot org
  2008-12-18 18:46 ` bernard at brenda-arkle dot me dot uk
  3 siblings, 0 replies; 5+ messages in thread
From: bernard at brenda-arkle dot me dot uk @ 2008-12-14 20:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bernard at brenda-arkle dot me dot uk  2008-12-14 20:16 -------
Created an attachment (id=16909)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16909&action=view)
Second source-file of test case (2/2)


-- 


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


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

* [Bug c/38528] ICE while building libgfortran (gcc bootstrap)
  2008-12-14 20:15 [Bug c/38528] New: ICE while building libgfortran (gcc bootstrap) bernard at brenda-arkle dot me dot uk
@ 2008-12-14 20:17 ` bernard at brenda-arkle dot me dot uk
  2008-12-14 20:17 ` bernard at brenda-arkle dot me dot uk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bernard at brenda-arkle dot me dot uk @ 2008-12-14 20:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bernard at brenda-arkle dot me dot uk  2008-12-14 20:15 -------
Created an attachment (id=16908)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16908&action=view)
First source file in test-case


-- 


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


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

* [Bug c/38528] ICE while building libgfortran (gcc bootstrap)
  2008-12-14 20:15 [Bug c/38528] New: ICE while building libgfortran (gcc bootstrap) bernard at brenda-arkle dot me dot uk
  2008-12-14 20:17 ` [Bug c/38528] " bernard at brenda-arkle dot me dot uk
  2008-12-14 20:17 ` bernard at brenda-arkle dot me dot uk
@ 2008-12-16  0:03 ` pinskia at gcc dot gnu dot org
  2008-12-18 18:46 ` bernard at brenda-arkle dot me dot uk
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-16  0:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-12-16 00:01 -------
-combine should go away and the code which supports should be removed really. 
It is always broken and will most likely will always be broken.


-- 


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


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

* [Bug c/38528] ICE while building libgfortran (gcc bootstrap)
  2008-12-14 20:15 [Bug c/38528] New: ICE while building libgfortran (gcc bootstrap) bernard at brenda-arkle dot me dot uk
                   ` (2 preceding siblings ...)
  2008-12-16  0:03 ` pinskia at gcc dot gnu dot org
@ 2008-12-18 18:46 ` bernard at brenda-arkle dot me dot uk
  3 siblings, 0 replies; 5+ messages in thread
From: bernard at brenda-arkle dot me dot uk @ 2008-12-18 18:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from bernard at brenda-arkle dot me dot uk  2008-12-18 18:45 -------
Is that official?  Do you want to maintain a list of documented gcc
options which unlikely ever to work, for the benefit of the rest of
us?


-- 


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


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

end of thread, other threads:[~2008-12-18 18:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-14 20:15 [Bug c/38528] New: ICE while building libgfortran (gcc bootstrap) bernard at brenda-arkle dot me dot uk
2008-12-14 20:17 ` [Bug c/38528] " bernard at brenda-arkle dot me dot uk
2008-12-14 20:17 ` bernard at brenda-arkle dot me dot uk
2008-12-16  0:03 ` pinskia at gcc dot gnu dot org
2008-12-18 18:46 ` bernard at brenda-arkle dot me dot uk

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