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: C++ PATCH for c++/50207 (ICE on bogus decimal::decimal32)


On Tue, 2011-08-30 at 00:27 -0400, Jason Merrill wrote:
> The DFP classes are treated as transparent aggregates, so they get 
> mangled and passed like their first field.  In the testcase it is 
> defined to have a base class, so the first field is an artificial base 
> field, which doesn't make any sense.
> 
> Tested x86_64-pc-linux-gnu, applying to trunk.

Thanks for fixing this Jason!  The same error also occurs on 4.6.
Do you plan on fixing it there too?

Peter




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