public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/24188]  New: WRITE(6,*) causes an ICE with -mcmodel=medium
@ 2005-10-04 12:13 fischer at td dot mw dot tum dot de
  2005-10-21 22:38 ` [Bug target/24188] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: fischer at td dot mw dot tum dot de @ 2005-10-04 12:13 UTC (permalink / raw)
  To: gcc-bugs

Trying to compile this code:

SUBROUTINE FOO
   WRITE(6,*) ''
END

with the command:
gfortran -mcmodel=medium -c foo.F -o foo.o

Causes this ICE:
foo.F:2: internal compiler error: in named_section, at varasm.c:450

Compilation works normal without "-mcmodel=medium", also
WRITE (6,*) ' '
and
WRITE (6,*)
work.

Output of gfortran -v:

Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ./configure --prefix=/home/fischer --enable-languages=f95 :
(reconfigured) ./configure --prefix=/home/fischer --enable-languages=c,fortran
--no-create --no-recursion
Thread model: posix
gcc version 4.1.0 20051004 (experimental)

gfortran was compiled with gcc from SuSE 9.3. Output of gcc -v:

Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada
--disable-checking --libdir=/usr/lib64 --enable-libgcj --with-slibdir=/lib64
--with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux
Thread model: posix
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)


-- 
           Summary: WRITE(6,*) causes an ICE with -mcmodel=medium
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fischer at td dot mw dot tum dot de
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

end of thread, other threads:[~2005-12-14 13:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-04 12:13 [Bug fortran/24188] New: WRITE(6,*) causes an ICE with -mcmodel=medium fischer at td dot mw dot tum dot de
2005-10-21 22:38 ` [Bug target/24188] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-10-30 23:21 ` pinskia at gcc dot gnu dot org
2005-11-03 19:46 ` hubicka at gcc dot gnu dot org
2005-11-03 19:50 ` pinskia at gcc dot gnu dot org
2005-11-03 19:59 ` pinskia at gcc dot gnu dot org
2005-11-03 20:01 ` pinskia at gcc dot gnu dot org
2005-11-03 20:52 ` hubicka at ucw dot cz
2005-12-04 21:33 ` [Bug target/24188] [4.1/4.2 " pinskia at gcc dot gnu dot org
2005-12-14 11:01 ` jakub at gcc dot gnu dot org
2005-12-14 11:01 ` jakub at gcc dot gnu dot org
2005-12-14 13:36 ` jakub 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).