[Bug tree-optimization/17016] [lno] ICE with struct passed as reference
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Aug 15 05:34:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-15 05:34 -------
Confirmed.
Basically:
if (TREE_CODE (type) == POINTER_TYPE)
in tree-ssa-ninter.c should be POINTER_TYPE_P (type) instead.
If this is correct fix, it should also go on the mainline also since this file is also on the mainline.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-08-15 05:34:01
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17016
More information about the Gcc-bugs
mailing list