Re: -fastf build problems
Re: -fastf build problems
- Subject: Re: -fastf build problems
- From: Andrew Pinski <email@hidden>
- Date: Tue, 11 Nov 2003 09:58:00 -0800
On Nov 11, 2003, at 9:19 AM, Kirk A. Baker wrote:
The "type punning" warnings are numerous and often indicate lines of
code that do not exist. For instance I have one fairly small source
file has the following warning repeated five times:
[long path snipped]/FileSysNavigatorView.m:27: warning: type-punning to
incomplete type might break strict-aliasing rules
This is a bug in the current compiler and should be reported,
the problem is that -fast turns on -fstrict-aliasing and you added
-Wall which turns on -Wstrict-aliasing but the code generated by
the compiler which is causing this.
Thanks,
Andrew Pinski
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.