Re: Errors when compiling with GCC 4.1

2005-10-04 Thread Richard Frith-Macdonald
On 2005-10-05 00:47:59 + Gregory John Casamento [EMAIL PROTECTED] wrote: Hi, Getting the following error when compiling with GCC 4.1 prerelease: GSAttributedString.m: In function cacheAttributes: GSAttributedString.m:130: error: cast to union type from type not present in union

[Gnustep-cvs] gnustep/dev-apps/Gorm ChangeLog GormCore/GormSc...

2005-10-04 Thread Gregory John Casamento
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Gregory John Casamento [EMAIL PROTECTED] 05/10/05 01:17:10 Modified files: dev-apps/Gorm : ChangeLog dev-apps/Gorm/GormCore: GormScrollViewAttributesInspector.m

Re: Errors when compiling with GCC 4.1

2005-10-04 Thread Gregory John Casamento
Richard, --- Richard Frith-Macdonald [EMAIL PROTECTED] wrote: It should have been matching with the 'id' part of the union. My understanding of the language is that you should be able to assign any object to a variable of type 'id' ... so I'd be inclined to call it a compiler bug. I