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] Re: [rfc] __builtin_offsetof for c and c++


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

> [...]
> Index: ginclude/stddef.h
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/ginclude/stddef.h,v
> retrieving revision 1.14.8.6
> diff -u -p -r1.14.8.6 stddef.h
> --- ginclude/stddef.h	3 Jan 2004 23:03:27 -0000	1.14.8.6
> +++ ginclude/stddef.h	9 Feb 2004 05:51:14 -0000
> @@ -1,4 +1,5 @@
> -/* Copyright (C) 1989, 1997, 1998, 1999, 2000, 2002 Free Software
> Foundation, Inc.
> +/* Copyright (C) 1989, 1997, 1998, 1999, 2000, 2002, 2003
> +   Free Software Foundation, Inc.

At least this does not look correct, you need to add 2004 and not
2003.

Please check that all files that you touch have 2004 in it.


Do you have any testcases?

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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