OSDN Git Service

2009-10-05 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / init /
2009-07-22 jason * decl.c (reshape_init_r): { T } is not an aggregate...
2009-06-03 mmitchel * g++.dg/init/ref15.C: Require unwrapped targets.
2009-04-26 matzgcc/
2009-04-24 dougkwan2008-04-24 Doug Kwan <dougkwan@google.com>
2009-04-13 jason PR c++/39480
2009-03-27 hjlgcc/cp/
2009-02-24 hjl2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
2009-02-23 jason PR c++/38880
2009-02-18 jasonrevert accidental commit
2009-02-18 jason PR target/39179
2009-02-11 jason PR c++/30111
2009-02-09 jason PR c++/39109
2009-01-16 rguenth2009-01-16 Richard Guenther <rguenther@suse.de>
2009-01-10 jakub PR c++/36695
2008-12-18 jakub PR c++/38427
2008-12-03 jason PR c++/38232
2008-11-28 jason PR c++/38233
2008-10-01 ktietz2008-10-01 Kai Tietz <kai.tietz@onevision.com>
2008-09-18 janis PR testsuite/25241
2008-09-05 ian./:
2008-08-12 jakubdg-do run the test instead of compile.
2008-08-12 jakub PR c++/36688
2008-07-31 jason PR c++/11309
2008-07-02 jasongcc/cp/ChangeLog:
2008-04-29 jakub PR c++/35650
2008-03-18 jason PR c++/35548
2008-02-12 jakub PR c++/34862
2008-02-09 jason PR c++/35116
2008-02-04 jason PR c++/33916
2008-01-18 ian PR c++/33407
2007-10-26 paolocp/
2007-10-24 jason PR c++/25950 (DR 391)
2007-10-04 jason PR c++/20416
2007-09-20 paolocp/
2007-09-06 jason PR c++/15097
2007-08-21 jakub * init.c (build_new_1): Use get_target_expr instead...
2007-08-20 jakub PR c++/33025
2007-07-24 paolo/cp
2007-07-10 mmitchel * g++.dg/init/new20.C: Remove svn:executable flag.
2007-07-06 mmitchel PR c++/32245
2007-07-04 mmitchel PR c++/31743
2007-07-02 dberlinAdd missing test from last commit
2007-06-12 ian./:
2007-06-07 simartingcc/
2007-06-01 mmitchel * decl.c (get_atexit_fn_ptr_type): New function.
2007-05-31 dgregor2007-05-30 Russell Yanofsky <russ@yanofsky.org>
2007-04-29 pinskia2007-04-28 Andrew Pinski <andrew_pinski@playstation...
2007-04-09 mmitchel PR c++/31449
2007-03-22 mueller2007-03-22 Dirk Mueller <dmueller@suse.de>
2007-03-01 iancp/:
2006-11-14 mmitchel PR c++/29106
2006-10-17 mmitchel PR c++/29039
2006-10-12 mmitchel PR c++/29175
2006-09-21 mmitchel PR c++/29016
2006-09-21 lmillward PR c++/28303
2006-09-15 pinskia2006-09-14 Andrew Pinski <pinskia@physics.uc.edu>
2006-09-11 mmitchel PR c++/28991
2006-08-04 mmitchel PR c++/28148
2006-08-01 sje PR c++/28256
2006-07-19 mmitchel PR c++/28338
2006-06-30 jason PR c++/26577
2006-06-12 sayle PR c++/21210
2006-06-05 mmitchel PR c++/27819
2006-06-05 reichelt PR c++/27804
2006-05-31 mmitchel PR c++/27801
2006-05-25 mmitchel PR c++/20103
2006-05-17 jakub PR c++/27491
2006-04-23 mmitchel2006-04-23 Mark Mitchell <mark@codesourcery.com>
2006-02-18 mmitchel PR c++/26266
2006-02-05 gdr * g++.dg/charset/extern2.cc (foo): Declare as of type...
2005-12-06 aldyh PR C++/24138
2005-11-03 pinskia2005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
2005-10-23 hp PR target/18911
2005-10-14 nathancp:
2005-10-13 mmitchel PR c++/20721
2005-10-11 mmitchel PR c++/21089
2005-10-11 mmitchel PR c++/21369
2005-09-14 jconner PR c++/23180
2005-09-10 jconner * g++.dg/init/pr23180-1.C: Removed.
2005-09-09 jconner PR c++/23180
2005-09-06 mmitchel * cp-tree.h (rvalue): New function.
2005-08-31 jconner* g++.dg/ext/packed8.C: Add -mstructure-size-boundary...
2005-08-29 mmitchel PR c++/23099
2005-08-26 mmitchel PR c++/23491
2005-08-08 reichelt PR c++/22508
2005-07-21 reichelt PR c++/15938
2005-07-20 giovannibajo Make CONSTRUCTOR use VEC to store initializers.
2005-06-13 nathancp:
2005-06-02 nathancp:
2005-05-29 mmitchel PR c++/21340
2005-05-24 pinskia2005-05-24 Andrew Pinski <pinskia@physics.uc.edu>
2005-03-10 jakub PR c++/18384, c++/18327
2005-03-09 paolo2005-03-09 Paolo Carlini <pcarlini@suse.de>
2005-03-09 mmitchel PR c++/20142
2005-03-09 mmitchel PR c++/20142
2005-03-08 danglin * g++.dg/warn/weak1.C: Skip test on hppa*-*-hpux*.
2005-03-02 mmitchel PR c++/19916
2005-02-24 mmitchel PR c++/19878
2005-02-23 mmitchel PR c++/20073
2005-02-15 aolivagcc/cp/ChangeLog:
next