This is the mail archive of the gcc@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]

Re: Tentative patch to catch a[n]=b[n++]...




  In message <Pine.LNX.3.95.980425220411.13755A-100000@atlas.imaginator.com>you write:
  > 	These cases are just hacked from my regression test code, does
  > this look like something that is sufficiently useful to include ?
I believe so.

  > What
  > worries me is wrongly flagging correct cases. There are always cases that
  > are not possible to trap eg. 
Many of gcc's warnings give false positives.  Some warnings are for
problems that are common and harmless in most sources.

The biggest downside to lots of false positives is that the warning
probably won't be all that useful to include in -Wall and thus won't
get used as often as it might if it was implied by -Wall.

  > 	As I haven't grasped the process of Changelog entries / posting
  > patches etc. can someone help ?
First, have you reviewed the egcs web page on contributing to the
project?

http://egcs.cygnus.com/contribute.html

If you've got specific questions after reading that page and some
of the pages it links to let us know.

jeff


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