This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14764] [lno] tree check: expected ssa_name, have var_decl in register_new_def, at tree-into-ssa.c:1259
- From: "belyshev at lubercy dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 May 2004 17:18:36 -0000
- Subject: [Bug optimization/14764] [lno] tree check: expected ssa_name, have var_decl in register_new_def, at tree-into-ssa.c:1259
- References: <20040328223625.14764.belyshev@lubercy.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From belyshev at lubercy dot com 2004-05-02 17:18 -------
>Do you know if this happen anymore?
Yes, this still happens:
$ /usr/local/gcc-lno/bin/gcc -O1 bug.i
bug.i: In function `fun':
bug.i:5: internal compiler error: tree check: expected ssa_name, have var_decl
in register_new_def, at tree-into-ssa.c:1259
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$ /usr/local/gcc-lno/bin/gcc --version | grep gcc
gcc (GCC) 3.5-tree-ssa-lno 20040502 (merged 20040425)
Note that
__asm__ ("neg\t%0"
should be
__asm__ ("negl\t%0"
but it doesn't matter because IMO this bug is not x86-specific.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|[lno] ice-on-valid-code, |[lno] tree check: expected
|tree check: expected |ssa_name, have var_decl in
|ssa_name, have var_decl in |register_new_def, at tree-
|register_definitions_for_stm|into-ssa.c:1259
|t, at tree-ssa-dom.c:3172 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14764