This is the mail archive of the gcc-patches@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]

Re: [PATCH] Fix PR C++/28349, ICE with va_args and references


On Tue, 2006-08-29 at 15:15 -0700, Geoffrey Keating wrote:
> Andrew Pinski <pinskia@physics.uc.edu> writes:
> 
> > The problem here is that we don't try to undo the reference after
> > building *(__builtin_trap (), (int&*)0).  Really there is no reason we
> > should have a pointer to a reference here so just creating a pointer to
> > the type that the old type references fixes the problem without causing
> > an ICE.
> > 
> > OK? Bootstrapped and tested on i686-pc-linux-gnu with no regressions.
> 
> OK.

Committed to the 4.1 branch after a bootstrap/test on i686-linux-gnu.

Thanks,
Andrew Pinski


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