This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/11693] New: [ia64] ICE in gen_nop_type


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [ia64] ICE in gen_nop_type
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schwab at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-suse-linux
  GCC host triplet: ia64-suse-linux
GCC target triplet: ia64-suse-linux

gen_nop_type aborts because it gets called with TYPE_L.  Dropping -frename-
registers causes the ICE to go away. 
  
$ ./cc1 -fpreprocessed -quiet -O2 -version -frename-registers ia64_mmu_init.c  
GNU C version 3.3.1 20030728 (prerelease) (ia64-suse-linux) 
        compiled by GNU C version 3.3.1 20030728 (prerelease). 
GGC heuristics: --param ggc-min-expand=65 --param ggc-min-heapsize=65536 
ia64_mmu_init.c: In function `ia64_mmu_init': 
ia64_mmu_init.c:61: internal compiler error: in gen_nop_type, at config/ia64/
ia64.c:7006


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]