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/15062] New: Invalid operand to binary operator


Building glibc with current GCC tree-ssa, I get an ICE:
 $
/opt/gcc/tree-ssa-20020619-branch/libexec/gcc/x86_64-suse-linux-gnu/3.5-tree-ssa/cc1
-fpreprocessed s_nextafter.i -quiet -dumpbase s_nextafter.c -mtune=k8  -g -O2
-Wall -Winline -Wstrict-prototypes -Wwrite-strings -Wno-uninitialized -std=gnu99
-version -o s_nextafter.s -m32
GNU C version 3.5-tree-ssa 20040421 (merged 20040414) (x86_64-suse-linux-gnu)
        compiled by GNU C version 3.5-tree-ssa 20040421 (merged 20040414).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
s_nextafter.i: In function `__nextafter':
s_nextafter.i:21: error: Invalid operand to binary operator
x<D1102>

s_nextafter.i:21: error: Invalid operand to binary operator
x<D1102>

s_nextafter.i:21: error: Invalid operand to binary operator
x<D1102>

s_nextafter.i:21: error: Invalid operand to binary operator
x<D1102>

s_nextafter.i:21: error: Invalid operand to binary operator
x<D1102>

s_nextafter.i:21: internal compiler error: verify_stmts failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: Invalid operand to binary operator
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aj at gcc dot gnu dot org
                CC: dnovillo at redhat dot com,gcc-bugs at gcc dot gnu dot
                    org
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu


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


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