[Bug c/39296] New: ICE in cselib_hash_rtx with -O -fPIC -mcmodel=large

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Feb 24 22:26:00 GMT 2009


troutmask:sgk[228] work/4x/bin/gfortran -c -fPIC -O -mcmodel=large g.f
g.f: In function 'a':
g.f:8: internal compiler error: in cselib_hash_rtx, at cselib.c:740
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Same problem troutmask:sgk[231] cat g.f
      program a
      implicit none
      integer*8 it,two
      parameter(it=1073741824,two=2)
      complex foo(it*two-1)
      foo(10)=1.
      write(*,*) ''
      write(*,*) 'Compiled Medium Model'
      end program a 
occurs with -O2 and -O3.


-- 
           Summary: ICE in cselib_hash_rtx with -O -fPIC -mcmodel=large
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at gcc dot gnu dot org
  GCC host triplet: x86_64-unknown-freebsd8.0


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



More information about the Gcc-bugs mailing list