This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: dereferencing type-punned pointer will break strict-aliasing rules
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: Andrew Haley <aph at redhat dot com>, Tom Tromey <tromey at redhat dot com>, java at gcc dot gnu dot org
- Date: Thu, 12 Oct 2006 19:55:37 -0400
- Subject: Re: dereferencing type-punned pointer will break strict-aliasing rules
- References: <20061012230530.GA32232@bromo.msbb.uc.edu> <200610122306.k9CN6xV5008963@earth.phy.uc.edu>
Andrew,
What I actually meant was if these other cases also
represent aliasing violations that just happen not to be
caught by the compiler as warnings?
Jack
On Thu, Oct 12, 2006 at 07:06:59PM -0400, Andrew Pinski wrote:
> Because Andrew is saying that we need to change more than just
> where the warning is happening.
>
> -- Pinski