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 tree-optimization/17016] [lno] ICE with struct passed as reference


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


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