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]

Re: Minor bug in chosing record mode


On Fri, Aug 18, 2000 at 04:53:14PM -0400, Richard Kenner wrote:
> This is the testcase for this bug, which I added to c-torture/compile. 
> 
> void
> foo (long double x)
> {
>   struct {long double t;} y = {x};
> }

Under what conditions did this fail?  What was the failure mode?
I can't see why we'd necessarily need to allocate a DImode for
the struct instead of DFmode...


r~

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