Bug 20375 - ia64 varadic regression

Andrew Pinski pinskia@physics.uc.edu
Tue Mar 8 16:14:00 GMT 2005


On Mar 8, 2005, at 10:59 AM, Nathan Sidwell wrote:

> Bug 20375 is logged as a C++ bug, but it is a middle end
> bug that cannot be expressed in C.  Here's a reduced testcase
>
> union U
> {
>   void *m[7];
> };
>
> struct C;
>
> void f(struct C *c, float f, union U, ...)
> { }

I almost want to say this is undefined as there is no way to get
at the varaidic arguments.


-- Pinski



More information about the Gcc mailing list