public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/21288] New: fortran bootstrap issues
@ 2005-04-29 17:45 bh at techhouse dot brown dot edu
  2005-04-29 19:11 ` [Bug bootstrap/21288] bootstrap issues with profiledbootstrap pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bh at techhouse dot brown dot edu @ 2005-04-29 17:45 UTC (permalink / raw)
  To: gcc-bugs

(1) if you download core, g++, and fortran, only c and c++ are built; fortran is
not, unlike in prior releases.

(2) configuring with --enable-languages=c,c++,f95 and no other options; then
using make profiledbootstrap, I get an ICE:

/bin/sh ./libtool --mode=compile /var/tmp/bhudson-gcc/4.0.0/gcc/gfortran -B/var/
tmp/bhudson-gcc/4.0.0/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686
-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/l
ocal/i686-pc-linux-gnu/sys-include  -Wall -fno-repack-arrays -fno-underscoring -
c -o selected_int_kind.lo `test -f 'intrinsics/selected_int_kind.f90' || echo '/
afs/cs/usr/bhudson/gcc/gcc-4.0.0/libgfortran/'`intrinsics/selected_int_kind.f90
/var/tmp/bhudson-gcc/4.0.0/gcc/gfortran -B/var/tmp/bhudson-gcc/4.0.0/gcc/ -B/usr
/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/
local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-includ
e -Wall -fno-repack-arrays -fno-underscoring -c /afs/cs/usr/bhudson/gcc/gcc-4.0.
0/libgfortran/intrinsics/selected_int_kind.f90  -fPIC -DPIC -o .libs/selected_in
t_kind.o
<built-in>:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [selected_int_kind.lo] Error 1
gmake[3]: Leaving directory `/usr/tmp/bhudson-gcc/4.0.0/i686-pc-linux-gnu/libgfo
rtran'

Manually running that compile with -save-temps doesn't appear to create any files.

-- 
           Summary: fortran bootstrap issues
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bh at techhouse dot brown dot edu
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug bootstrap/21288] bootstrap issues with profiledbootstrap
  2005-04-29 17:45 [Bug bootstrap/21288] New: fortran bootstrap issues bh at techhouse dot brown dot edu
@ 2005-04-29 19:11 ` pinskia at gcc dot gnu dot org
  2005-05-02 17:58 ` bh at techhouse dot brown dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-29 19:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, ice-on-valid-code
            Summary|fortran bootstrap issues    |bootstrap issues with
                   |                            |profiledbootstrap


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


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

* [Bug bootstrap/21288] bootstrap issues with profiledbootstrap
  2005-04-29 17:45 [Bug bootstrap/21288] New: fortran bootstrap issues bh at techhouse dot brown dot edu
  2005-04-29 19:11 ` [Bug bootstrap/21288] bootstrap issues with profiledbootstrap pinskia at gcc dot gnu dot org
@ 2005-05-02 17:58 ` bh at techhouse dot brown dot edu
  2005-05-02 18:01 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bh at techhouse dot brown dot edu @ 2005-05-02 17:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bh at techhouse dot brown dot edu  2005-05-02 17:58 -------
I get the same error with 'make bootstrap' -- it's not the profiling that causes
the ICE.  Similarly, I get the same error when I download the full tar file, so
it's also not a packaging bug.

If there's any other information that would help, I'll happily provide it.

-- 


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


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

* [Bug bootstrap/21288] bootstrap issues with profiledbootstrap
  2005-04-29 17:45 [Bug bootstrap/21288] New: fortran bootstrap issues bh at techhouse dot brown dot edu
  2005-04-29 19:11 ` [Bug bootstrap/21288] bootstrap issues with profiledbootstrap pinskia at gcc dot gnu dot org
  2005-05-02 17:58 ` bh at techhouse dot brown dot edu
@ 2005-05-02 18:01 ` pinskia at gcc dot gnu dot org
  2005-05-03 15:18 ` bh at techhouse dot brown dot edu
  2005-05-03 15:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-02 18:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-02 18:01 -------
(In reply to comment #1)
> I get the same error with 'make bootstrap' -- it's not the profiling that causes
> the ICE.  Similarly, I get the same error when I download the full tar file, so
> it's also not a packaging bug.

It works for everyone else on x86 so I don't know what is going on.  It could be your version of GMP is 
broken.

-- 


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


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

* [Bug bootstrap/21288] bootstrap issues with profiledbootstrap
  2005-04-29 17:45 [Bug bootstrap/21288] New: fortran bootstrap issues bh at techhouse dot brown dot edu
                   ` (2 preceding siblings ...)
  2005-05-02 18:01 ` pinskia at gcc dot gnu dot org
@ 2005-05-03 15:18 ` bh at techhouse dot brown dot edu
  2005-05-03 15:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: bh at techhouse dot brown dot edu @ 2005-05-03 15:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bh at techhouse dot brown dot edu  2005-05-03 15:18 -------
My (apparently broken) gmp is:
> rpm -qf /usr/lib/libgmp.so.3.3.2 
gmp-4.1.2-2

Downloading a new GMP (4.1.4, which creates libgmp.so.3.3.3) appears to work.  I
wonder if it's easy to check for this situation?  Anyway, thanks for the hint.

-- 


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


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

* [Bug bootstrap/21288] bootstrap issues with profiledbootstrap
  2005-04-29 17:45 [Bug bootstrap/21288] New: fortran bootstrap issues bh at techhouse dot brown dot edu
                   ` (3 preceding siblings ...)
  2005-05-03 15:18 ` bh at techhouse dot brown dot edu
@ 2005-05-03 15:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-03 15:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-03 15:21 -------
Closing as works for me, a GMP bug.

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


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


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

end of thread, other threads:[~2005-05-03 15:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-29 17:45 [Bug bootstrap/21288] New: fortran bootstrap issues bh at techhouse dot brown dot edu
2005-04-29 19:11 ` [Bug bootstrap/21288] bootstrap issues with profiledbootstrap pinskia at gcc dot gnu dot org
2005-05-02 17:58 ` bh at techhouse dot brown dot edu
2005-05-02 18:01 ` pinskia at gcc dot gnu dot org
2005-05-03 15:18 ` bh at techhouse dot brown dot edu
2005-05-03 15:22 ` 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).