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 optimization/14764] [lno] tree check: expected ssa_name, have var_decl in register_new_def, at tree-into-ssa.c:1259


------- 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


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