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]

Re: patch to eliminate negative unsigned type warning


  In message <35ACE1A9.3891@cs.bris.ac.uk>you write:
  > Hi,
  > egcs -Wall gives spurious warnings about passing or assigning unsigned
  > types with the top bit set as parameters or variables of a typedef'd
  > unsigned type. (http://www.cygnus.com/ml/egcs-bugs/1998-Jul/0039.html)
  > 
  > This patch to cp/typeck.c fixes the problem.
I'm not going to comment on the patch -- it's a C++ patch and that's
out of my area.

  > question. Do you need a copyright assignment for such a small (3 line)
  > change? My reading of the FSF guidelines suggest not, but the egcs
  > guidelines give no such leeway.
This one is small enough that we would not need an assignment. 

jeff


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