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 c/12645] New: ICE building arm compiler


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

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

           Summary: ICE building arm compiler
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

I'll upload the preprocess C source...

$ gcc --version
gcc (GCC) 3.5-tree-ssa 20031016 (merged 20031005)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
$ gcc -O1 simplify-rtx.i -S
unhandled expression in get_expr_operands():
 <truth_not_expr 0xbf2d5fa0
    type <boolean_type 0xbf554740 _Bool unsigned QI
        size <integer_cst 0xbf552138 constant invariant 8>
        unit size <integer_cst 0xbf552150 constant invariant 1>
        align 8 symtab 0 alias set -1 precision 1 min <integer_cst 0xbf552510 0>
max <integer_cst 0xbf552558 1>
        pointer_to_this <pointer_type 0xbf2aa910>>
    
    arg 0 <ssa_name 0xbee04100 type <boolean_type 0xbf554740 _Bool>
       >>
 
../../src/HEAD-2003-10-16/gcc/simplify-rtx.c: In function `simplify_subreg':
 
../../src/HEAD-2003-10-16/gcc/simplify-rtx.c:2890: internal compiler error: in
get_expr_operands, at tree-dfa.c:540
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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