This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: PATCH RFC: -fstrict-overflow


Andrew Pinski <pinskia@physics.uc.edu> writes:

> > 
> > It seems to me that the general feeling was in favor of
> > -fstrict-overflow.  I went ahead and committed the patch as follows.
> 
> I am against the name of the option containing strict because it is really
> not strict on overflow but closer to the standard.  I am alos don't like
> the strict-aliasing either because it is not strict with respect aliasing but
> rather taking account what the standard says about the standard.

I am completely fine with changing the names of both options, but I
think it would be preferable to change both since I think they are
conceptually quite similar (naturally we would have to leave
-fstrict-aliasing as a synonym for whatever the new option would be
named).

Any suggestions for new names?

Ian


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