On Tue, Sep 04, 2007 at 07:40:19PM -0700, Mark Mitchell wrote: > We are closing in on Stage 3, previously announced for September 10th. > At this point, I'm not aware of any reason to delay that date. Are > there any Stage 2 patches that people don't think will be submitted by > that point? > > Are there Stage 1 or Stage 2 patches in need of review? I'll do my best > to either (a) convince someone to review them, or (b) review them myself.
I have a bunch of tiny patches, nevertheless all Stage 2 material, as they add new features: __artificial__ attribute (except the builtins.c hunk which is addressed differently): http://gcc.gnu.org/ml/gcc-patches/2007-08/msg02300.html __builtin_va_arg_pack_len () addition: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00675.html redundant zero store elimination optimization (simplistic version, but nevertheless is able to trigger many times during gcc bootstrap): http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00663.html diagnostic changes to print virtual call stack: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00868.html __error_decl__ and __warning_decl__ attributes: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00876.html Jakub