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/17483] [4.0 regression] ICE at -O3 when passing a reference.


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-14 21:54 -------
Confirmed, why I don't see in that compiler is beyond me but I see it on a different machine.

This is an inlining bug.

  int & D.1602;
  struct A a;
  int & D.1599;
  struct A D.1586;

  # BLOCK 0
  # PRED: ENTRY (fallthru)
  D.1602 = &D.1586.i;
  D.1599 = D.1602;
  *D.1599 = 0;

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-14 21:54:32
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17483


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