This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15974] New: fatal assembler error
- From: "Mart dot Rentmeester at nn-online dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2004 16:10:30 -0000
- Subject: [Bug fortran/15974] New: fatal assembler error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I assume this is not the right place to report is but
very maybe it could be reproducible ....
troogle> gfortran -c -v n21.f95
Reading specs from /OPT/32/gcc-2004-06-09/lib/gcc/hppa2.0w-hp-hpux11.11/3.5.
0/specs
Configured with: ../configure --enable-languages=c,f95
--prefix=/opt32/gcc-2004-06-09 --with-gmp=/opt32/gmp --with-gnu-as
--with-as=/opt32/binutils/bin/as --enable-threads --disable-shared --disable-nls
Thread model: posix
gcc version 3.5.0 20040611 (experimental)
/OPT/32/gcc-2004-06-09/libexec/gcc/hppa2.0w-hp-hpux11.11/3.5.0/f951 n21.f95
-quiet -dumpbase n21.f95 -auxbase n21 -version -o /var/tmp//ccTkHDVx.s
GNU F95 version 3.5.0 20040611 (experimental) (hppa2.0w-hp-hpux11.11)
compiled by GNU C version 3.5.0 20040611 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
/opt32/binutils/bin/as -o n21.o /var/tmp//ccTkHDVx.s
/var/tmp//ccTkHDVx.s: Assembler messages:
/var/tmp//ccTkHDVx.s:17: Fatal error: can't extend frag 4294967287 chars
function fp(n)
implicit none
integer, intent(in) :: n
character :: fp
character(10) :: i(0:9)
data i /'0','1','2','3','4','5','6','7','8','9'/
fp = 'x'
end function fp
--
Summary: fatal assembler error
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Mart dot Rentmeester at nn-online dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15974