[Bug fortran/30764] GFortran ICE if real constants in module

2007-02-11 Thread jvdelisle at gcc dot gnu dot org


--- Comment #1 from jvdelisle at gcc dot gnu dot org  2007-02-11 16:52 
---
This works OK on gfortran 4.3.

and on my FC6 install:

$ gfortran -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.1 20070105 (Red Hat 4.1.1-51)
$ gfortran -c hang.f90

Maybe a problem on i686?  installation problem?


-- 


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



[Bug fortran/30764] GFortran ICE if real constants in module

2007-02-11 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2007-02-11 17:42 ---
We don't support binaries from redhat.  You might as well report this bug to
them instead.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


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



[Bug fortran/30764] GFortran ICE if real constants in module

2007-02-11 Thread kargl at gcc dot gnu dot org


--- Comment #4 from kargl at gcc dot gnu dot org  2007-02-11 17:43 ---
Works for me with these compilers:
GNU Fortran 95 (GCC) 4.3.0 20070130 (experimental)
Copyright (C) 2006 Free Software Foundation, Inc.

troutmask:sgk[209] gfc42 --version
GNU Fortran 95 (GCC) 4.2.0 20070126 (prerelease)
Copyright (C) 2006 Free Software Foundation, Inc.

troutmask:sgk[210] gfc41 --version
GNU Fortran 95 (GCC) 4.1.2 20070127 (prerelease)

Install the binary version of gfortran from the wiki,
and contact your vendor to update its copy of gfortran.


-- 


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



[Bug fortran/30764] GFortran ICE if real constants in module

2007-02-11 Thread engel at itp1 dot uni-stuttgart dot de


--- Comment #2 from engel at itp1 dot uni-stuttgart dot de  2007-02-11 
17:40 ---
(In reply to comment #1)
 This works OK on gfortran 4.3.
 
 and on my FC6 install:
 
 $ gfortran -v
 Using built-in specs.
 Target: x86_64-redhat-linux
 Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
 --infodir=/usr/share/info --enable-shared --enable-threads=posix
 --enable-checking=release --with-system-zlib --enable-__cxa_atexit
 --disable-libunwind-exceptions --enable-libgcj-multifile
 --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
 --disable-dssi --enable-plugin
 --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic
 --host=x86_64-redhat-linux
 Thread model: posix
 gcc version 4.1.1 20070105 (Red Hat 4.1.1-51)
 $ gfortran -c hang.f90
 
 Maybe a problem on i686?  installation problem?
 

Maybe. I have tested the gfortran problem on 24 computers (all 32 bit): I get
an ICE on all AMD and Pentium III processors, but gfortran is compiling
correctly on the Pentium 4 and Pentium D processor machines. The funny thing
is, that the P4 compiled code is running on the AMD and PIII processors very
well.

gfortran -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic
--host=i386-redhat-linux
Thread model: posix
gcc version 4.1.1 20070105 (Red Hat 4.1.1-51)


-- 

engel at itp1 dot uni-stuttgart dot de changed:

   What|Removed |Added

  GCC build triplet|i686-pc-linux-gnu   |
 GCC target triplet|i686-pc-linux-gnu   |


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