------- Comment #2 from bonzini at gnu dot org  2009-04-08 11:01 -------
Minimized testcase is this:

int baz (void *, ...);
static void bar();
char c;
float f;
void foo(void) { bar(0,0,0, c, c, f, foo); }
void bar (x1,x2,x3, ss, c, f, pf) { baz(&x1,&x2,&x3); }


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-04-08 11:01:38
               date|                            |


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

Reply via email to