This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/15062] [tree-ssa]Invalid operand to binary operator
- From: "aj at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 May 2004 17:57:13 -0000
- Subject: [Bug middle-end/15062] [tree-ssa]Invalid operand to binary operator
- References: <20040422052448.15062.aj@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From aj at gcc dot gnu dot org 2004-05-04 17:57 -------
It still fails - both with the glibc compilation and with the
testcase in #2:
$ /opt/gcc/tree-ssa-20020619-branch/bin/gcc t.c -O3 -v
Reading specs from
/opt/gcc/tree-ssa-20020619-branch/lib/gcc/x86_64-suse-linux-gnu/3.5-tree-ssa/specs
Configured with: /cvs/gcc-tree-ssa-20020619-branch/configure
--prefix=/opt/gcc/tree-ssa-20020619-branch --disable-nls --enable-threads=posix
--enable-clocale=gnu --enable-__cxa_atexit --enable-shared
--enable-languages=c,c++,java,f95,objc --with-system-zlib x86_64-suse-linux-gnu
Thread model: posix
gcc version 3.5-tree-ssa 20040504 (merged 20040428)
/opt/gcc/tree-ssa-20020619-branch/libexec/gcc/x86_64-suse-linux-gnu/3.5-tree-ssa/cc1
-quiet -v t.c -quiet -dumpbase t.c -mtune=k8 -auxbase t -O3 -version -o
/tmp/cc47HhQa.s
ignoring nonexistent directory
"/opt/gcc/tree-ssa-20020619-branch/lib/gcc/x86_64-suse-linux-gnu/3.5-tree-ssa/../../../../x86_64-suse-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include
/opt/gcc/tree-ssa-20020619-branch/include
/opt/gcc/tree-ssa-20020619-branch/lib/gcc/x86_64-suse-linux-gnu/3.5-tree-ssa/include
/usr/include
End of search list.
GNU C version 3.5-tree-ssa 20040504 (merged 20040428) (x86_64-suse-linux-gnu)
compiled by GNU C version 3.5-tree-ssa 20040504 (merged 20040428).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
t.c: In function `next':
t.c:1: error: Invalid operand to binary operator
x<D1452>
t.c:1: 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.
Please test again with checking enabled, I would expect that this error occurs
only if checking is enabled.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15062