Bug 15974 - fatal assembler error
Summary: fatal assembler error
Status: RESOLVED DUPLICATE of bug 14976
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-13 16:10 UTC by Mart Rentmeester
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
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 Mart Rentmeester 2004-06-13 16:10:26 UTC
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
Comment 1 Andrew Pinski 2004-06-13 18:00:50 UTC
No this is the right place to file it because it is a gfortran bug.

This is a dup of bug 14976 (even though the error message from as is different, they are the same 
bug).

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