Bug 18261 - Build of current CVS fails in libgfortran
Summary: Build of current CVS fails in libgfortran
Status: RESOLVED DUPLICATE of bug 17590
Alias: None
Product: gcc
Classification: Unclassified
Component: libfortran (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-01 00:42 UTC by Jim
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim 2004-11-01 00:42:39 UTC
I attempted to build from the current CVS development branch and got the
following error:

make[1]: Entering directory `/opt/build/gcc-build/i686-pc-linux-gnu/libgfortran'
make  all-am
make[2]: Entering directory `/opt/build/gcc-build/i686-pc-linux-gnu/libgfortran'
/bin/sh ./libtool --mode=compile /opt/build/gcc-build/gcc/gfortran
-B/opt/build/gcc-build/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-include  -g -O2 -Wall -fno-repack-arrays
-fno-underscoring -c -o selected_int_kind.lo `test -f
'intrinsics/selected_int_kind.f90' || echo
'../../../gcc/libgfortran/'`intrinsics/selected_int_kind.f90
/opt/build/gcc-build/gcc/gfortran -B/opt/build/gcc-build/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-include -g -O2 -Wall -fno-repack-arrays
-fno-underscoring -c ../../../gcc/libgfortran/intrinsics/selected_int_kind.f90 
-fPIC -DPIC -o .libs/selected_int_kind.o
gfortran: Internal error: Segmentation fault (program f951)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [selected_int_kind.lo] Error 1
make[2]: Leaving directory `/opt/build/gcc-build/i686-pc-linux-gnu/libgfortran'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/build/gcc-build/i686-pc-linux-gnu/libgfortran'
make: *** [all-target-libgfortran] Error 2
Comment 1 Andrew Pinski 2004-11-01 00:46:05 UTC
This is caused by the patch for PR 17590 which was reopened.

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