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]

[wwdocs] 4.4 changes PR middle-end/26264: remove __builtin_stdarg_start


On 25/02/2008, Richard Guenther <richard.guenther@gmail.com> wrote:
> On Mon, Feb 25, 2008 at 2:50 AM, Manuel López-Ibáñez
>
> <lopezibanez@gmail.com> wrote:
>  > On 24/02/2008, Richard Guenther <richard.guenther@gmail.com> wrote:
>  >  > On Sat, Feb 23, 2008 at 10:14 PM, Manuel López-Ibáñez
>  >  >  <lopezibanez@gmail.com> wrote:
>  >  >  > Updated version of: http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00106.html
>  >  >  >
>  >  >  >  Boostrapped and regression tested on x86_64-unknown-linux-gnu.
>  >  >  >
>  >  >  >  OK for 4.4?
>  >  >
>  >  >
>  >  > When was __builtin_stdarg_start deprecated?  Can we instead remove it for 4.4?
>  >
>  >  http://gcc.gnu.org/ml/gcc-patches/2002-07/msg00737.html
>  >
>  >  It was kept "for compatibility with old preprocessed source, e.g. in
>  >  bug reports".
>  >
>  >  The following patch removes it. Bootstrapped and regression tested
>  >
>  > x86_64-unknown-linux-gnu.
>  >
>  >  OK for 4.4?
>
>
> Ok for 4.4 if nobody objects within 24 hours.  Please add a short entry
>  for gcc-4.4/changes.html.
>

I committed this to gcc-4.4/changes.html.

Index: htdocs/gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.1
diff -r1.1 changes.html
15a16,22
>   <ul>
>     <li><code>__builtin_stdarg_start</code> has been completely
>     removed from GCC.  Support for <code>&lt;varargs.h&gt;</code> had
>     been deprecated since GCC 4.0.  Use
>     <code>__builtin_va_start</code> as a replacement.  </li>
>
>   </lu>


Cheers,

Manuel.


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