------- Comment #3 from pinskia at gcc dot gnu dot org  2009-01-15 01:07 -------
Confirmed.
here is one that fails with both the C and C++ front-ends:
        inline __attribute__((always_inline)) void A(int *this1)
        {
  int this2;
  int this3;
                A(&this2);
                A(&this3);
        }

int main()
{
int this1;
        A(&this1);
        return 0;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to fail|4.3.2 4.4.0                 |4.3.2 4.4.0 4.3.0
   Last reconfirmed|0000-00-00 00:00:00         |2009-01-15 01:07:47
               date|                            |


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

Reply via email to