[tree-ssa] objective-c gimplify

Andrew Pinski pinskia@physics.uc.edu
Sun Jun 15 22:07:00 GMT 2003


It looks like Objective-C's parser really just generates C trees so it 
could just use the c gimplifier.

Can someone try this patch, I tried it and it worked but there are 
problems with extra warnings:
`type-punning to incomplete type might break strict-aliasing rules' 
which is really caused by the parser
actually generating tree with casts in it but this warning also happens 
on the mainline also.


ChangeLog:
2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>

	* objc/objc-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Define
	as the c gimplifier.


Patch:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: temp.diff
Type: application/octet-stream
Size: 745 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030615/725996c0/attachment.obj>
-------------- next part --------------


Thanks,
Andrew Pinski


More information about the Gcc mailing list