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: New implementation of -Wstrict-aliasing


Gabriel Dos Reis wrote:
On Sun, 21 Jan 2007, Ian Lance Taylor wrote:

| It is easy to modify the warnings to eliminate the false
| positives; of course one effect will be to increase the number of
| false negatives.

So, here is my suggested plan:
  (1) have the front-ends handle the "easy" cases;
  (2) fancier constructs needs more analysis, therefore only
      middle-end capabilities can tell -- I'm fine with that.

-- Gaby
Hi Gaby,

That sounds good to me.  I will fix it accordingly.
Silvius


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