This is the mail archive of the gcc-bugs@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: g++ dies on volatile structs


Alexandre Oliva wrote:
> 
> Bill Currie <bcurrie@tssc.co.nz> writes:
> 
> > typedef volatile struct { long x; } X;
> > void foo(int i) { X x; x.x=1; }
> 
> The latest snapshot of egcs compiles your code sucessfully.

Cool! Thanks! Do you mean the June 8th snapshot?  I *JUST* downloaded it
today, just in case.

Bill
-- 
Leave others their otherness


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