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/14832] New: [tree-ssa] error: Invalid operand to unary operator


Building of glibc fails with current tree-ssa branch with:
$
/opt/gcc/tree-ssa-20020619-branch/libexec/gcc/x86_64-suse-linux-gnu/3.5-tree-ssa/cc1
-fpreprocessed ld-collate.i -quiet -dumpbase ld-collate.c -mtune=k8
-auxbase-strip /builds/glibc/tree-ssa/locale/ld-collate.o -g -O2 -Wall -Winline
-Wstrict-prototypes -Wwrite-strings -std=gnu99 -version -o ld-collate.s
GNU C version 3.5-tree-ssa 20040402 (merged 20040331) (x86_64-suse-linux-gnu)
        compiled by GNU C version 3.5-tree-ssa 20040402 (merged 20040331).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
ld-collate.i: In function `add_to_tablewc':
ld-collate.i:6278: error: Invalid operand to unary operator
&CHAIN.1183<D10580>->extrapool<D10584>;

ld-collate.i:6278: error: Invalid operand to unary operator
&CHAIN.1183<D10580>->indirectpool<D10586>;

ld-collate.i:6278: 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.

(note this is a preprocessed file coming from glibc).

-- 
           Summary: [tree-ssa] error:  Invalid operand to unary 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=14832


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