public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/50913] New: ICE: compiling libgfortran for i686-w64-mingw32
@ 2011-10-29 15:53 vanboxem.ruben at gmail dot com
  2011-10-29 22:36 ` [Bug middle-end/50913] " pinskia at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: vanboxem.ruben at gmail dot com @ 2011-10-29 15:53 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50913
           Summary: ICE: compiling libgfortran for i686-w64-mingw32
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vanboxem.ruben@gmail.com


Created attachment 25662
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25662
Preprocessed source for file causing ICE

I get an ICE compiling this:

/home/ruben/mingw-w64/toolchain/linux64mingw32/gcc/./gcc/xgcc
-B/home/ruben/mingw-w64/toolchain/linux64mingw32/gcc/./gcc/
-L/home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32/i686-w64-mingw32/lib
-L/home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32/mingw/lib -isystem
/home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32/i686-w64-mingw32/include
-isystem /home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32/mingw/include
-B/home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32/i686-w64-mingw32/bin/
-B/home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32/i686-w64-mingw32/lib/
-isystem
/home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32/i686-w64-mingw32/include
-isystem
/home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32/i686-w64-mingw32/sys-include
-DHAVE_CONFIG_H -I. -I/home/ruben/mingw-w64/toolchain/src/gcc/libgfortran
-iquote/home/ruben/mingw-w64/toolchain/src/gcc/libgfortran/io
-I/home/ruben/mingw-w64/toolchain/src/gcc/libgfortran/../gcc
-I/home/ruben/mingw-w64/toolchain/src/gcc/libgfortran/../gcc/config
-I/home/ruben/mingw-w64/toolchain/src/gcc/libgfortran/../libquadmath
-I../.././gcc -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wextra -Wwrite-strings -fcx-fortran-rules
-ffunction-sections -fdata-sections -g -O2 -mtune=core2 -fomit-frame-pointer
-momit-leaf-frame-pointer -fgraphite-identity -floop-interchange -floop-block
-floop-parallelize-all -MT spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c
/home/ruben/mingw-w64/toolchain/src/gcc/libgfortran/generated/spread_i2.c 
-DDLL_EXPORT -DPIC -o ./libs/spread_i2.o

xgcc -v output:
Using built-in specs.
COLLECT_GCC=/home/ruben/mingw-w64/toolchain/linux64mingw32/gcc/./gcc/xgcc
Target: i686-w64-mingw32
Configured with: /home/ruben/mingw-w64/toolchain/src/gcc/configure
--host=x86_64-linux-gnu --build=x86_64-linux-gnu --target=i686-w64-mingw32
--with-sysroot=/home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32
--prefix=/home/ruben/mingw-w64/toolchain/linux64mingw32/mingw32
--with-libiconv-prefix=/home/ruben/mingw-w64/toolchain/linux64mingw32/prereq_install
--with-gmp=/home/ruben/mingw-w64/toolchain/linux64mingw32/prereq_install
--with-mpfr=/home/ruben/mingw-w64/toolchain/linux64mingw32/prereq_install
--with-mpc=/home/ruben/mingw-w64/toolchain/linux64mingw32/prereq_install
--with-ppl=/home/ruben/mingw-w64/toolchain/linux64mingw32/prereq_install
--with-cloog=/home/ruben/mingw-w64/toolchain/linux64mingw32/prereq_install
--enable-cloog-backend=isl --with-host-libstdcxx='-lstdc++ -lsupc++ -lm
-lgcc_eh' --enable-shared --enable-static --enable-threads=posix
--disable-multilib --enable-languages=c,lto,c++,fortran,objc,obj-c++,java
--enable-libgomp --enable-sjlj-exceptions --enable-fully-dynamic-string
--disable-nls --disable-werror --enable-checking=release CFLAGS='-O2
-mtune=core2 -fomit-frame-pointer -momit-leaf-frame-pointer -fgraphite-identity
-floop-interchange -floop-block -floop-parallelize-all' LDFLAGS=
Thread model: posix
gcc version 4.7.0 20111029 (experimental) (GCC)

Preprocessed source attached. Same thing happens for spread_i1.c.


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

end of thread, other threads:[~2013-08-29  8:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-29 15:53 [Bug c/50913] New: ICE: compiling libgfortran for i686-w64-mingw32 vanboxem.ruben at gmail dot com
2011-10-29 22:36 ` [Bug middle-end/50913] " pinskia at gcc dot gnu.org
2011-10-30 15:21 ` vanboxem.ruben at gmail dot com
2011-11-07 11:44 ` [Bug middle-end/50913] [4.7 Regression] ICE in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:633 compiling libgfortran with -floop-interchange -m32 belyshev at depni dot sinp.msu.ru
2011-11-07 12:55 ` belyshev at depni dot sinp.msu.ru
2011-11-07 13:08 ` rguenth at gcc dot gnu.org
2011-12-06 13:55 ` rguenth at gcc dot gnu.org
2011-12-10  3:25 ` matt at use dot net
2011-12-12 10:17 ` rguenth at gcc dot gnu.org
2012-01-09 15:15 ` rguenth at gcc dot gnu.org
2012-01-09 15:33 ` [Bug tree-optimization/50913] " rguenth at gcc dot gnu.org
2012-01-10  9:16 ` rguenth at gcc dot gnu.org
2012-01-10  9:17 ` rguenth at gcc dot gnu.org
2013-07-21  9:23 ` spop at gcc dot gnu.org
2013-08-29  8:52 ` rguenth at gcc dot gnu.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).