OSDN Git Service

2010-07-05 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg /
2010-07-05 pzhaogcc/cp/
2010-07-04 manu2010-07-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-07-04 rguenth2010-07-04 Richard Guenther <rguenther@suse.de>
2010-07-03 lcwu PR/44128
2010-07-02 paolo2010-07-02 Paolo Carlini <paolo.carlini@oracle.com>
2010-07-02 rguenth2010-07-02 Richard Guenther <rguenther@suse.de>
2010-07-02 paolo/cp
2010-07-02 hubicka PR middle-end/44706
2010-07-01 jason * g++.dg/cpp0x/nullptr04.C: Use __INTPTR_TYPE__.
2010-07-01 rguenth2010-07-01 Richard Guenther <rguenther@suse.de>
2010-06-30 paolo/cp
2010-06-30 jason Enable implicitly declared move constructor/operator...
2010-06-30 jason Enable implicitly deleted functions (N2346)
2010-06-30 jason * decl2.c (mark_used): Adjust error for use of deleted...
2010-06-30 jason * class.c (type_has_virtual_destructor): New.
2010-06-29 jakub PR tree-optimization/43801
2010-06-29 jakub PR debug/44668
2010-06-29 jason PR c++/44587
2010-06-28 jakub PR c++/44682
2010-06-28 jamborm2010-06-28 Martin Jambor <mjambor@suse.cz>
2010-06-28 hubicka PR tree-optimization/44357
2010-06-26 jason * call.c (add_function_candidate): Set LOOKUP_COPY_PAR...
2010-06-25 jamborm2010-06-25 Martin Jambor <mjambor@suse.cz>
2010-06-25 jamborm2010-06-25 Martin Jambor <mjambor@suse.cz>
2010-06-24 jakub PR middle-end/44492
2010-06-22 jakub PR c++/44619
2010-06-22 jakub PR c++/44627
2010-06-22 ccoutantgcc/ChangeLog:
2010-06-22 jason * typeck.c (comp_except_specs): Fix ce_derived with...
2010-06-22 jason * semantics.c (check_trait_type): Check COMPLETE_TYPE_...
2010-06-19 danglin * g++.dg/ext/label13.C: Fix typo in last change.
2010-06-19 danglin PR c++/41090
2010-06-17 manu2010-06-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-06-16 jason * c.opt: Add -Wnoexcept.
2010-06-16 jason * method.c (defaulted_late_check): Give the defaulted...
2010-06-16 jamborm2010-06-16 Martin Jambor <mjambor@suse.cz>
2010-06-15 jason * g++.dg/overload/arg3.C: Adjust error locations.
2010-06-15 jason * class.c (add_implicitly_declared_members): Implicit...
2010-06-15 jason * call.c (convert_like_real): Give "initializing argum...
2010-06-15 jason * call.c (print_z_candidates): Do print viable deleted...
2010-06-15 jason * call.c (convert_like_real): Don't complain about
2010-06-15 jason * call.c (is_subseq): Handle ck_aggr, ck_list.
2010-06-13 hjlAdd "c-family/" to c-common.h, c-pretty-print.h and...
2010-06-11 pbrook2010-06-11 Paul Brook <paul@codesourcery.com>
2010-06-11 dodjiFix MIPS bootstrap
2010-06-09 jason PR c++/44366
2010-06-09 amylaargcc:
2010-06-08 nathan cp/
2010-06-08 jason PR c++/44366
2010-06-07 jason PR c++/44401
2010-06-07 jakub PR c++/44444
2010-06-06 dodjiFix PR c++/44188
2010-06-06 fabienFix PR c++/44086
2010-06-05 jason * g++.dg/cpp0x/noexcept06.C: Call set_unexpected.
2010-06-05 jason * cvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.
2010-06-05 jason * typeck2.c (merge_exception_specifiers): Adjust mergi...
2010-06-04 jason Implement noexcept-specification (15.4)
2010-06-04 jason Implement noexcept operator (5.3.7)
2010-06-04 jakub PR c++/44412
2010-06-03 paolo2010-06-03 Paolo Carlini <paolo.carlini@oracle.com>
2010-06-03 rguenth2010-06-03 Richard Guenther <rguenther@suse.de>
2010-06-02 hjlUse __SIZE_TYPE__ to define size_t.
2010-06-02 jason * error.c (dump_type): Improve typedef handling.
2010-06-02 jason PR c++/44333
2010-06-02 hjlAdd a testcase for PR middle-end/44372.
2010-06-02 hubicka PR middle-end/44295
2010-06-02 rguenth2010-06-02 Richard Guenther <rguenther@suse.de>
2010-06-02 jason DR 990
2010-06-02 jason PR c++/44358
2010-05-31 jakub PR tree-optimization/44182
2010-05-28 dodjiRevert "Fix PR c++/44188"
2010-05-27 dodjiFix PR c++/44188
2010-05-27 jason PR c++/43555
2010-05-27 mrs2010-05-27 Jack Howarth <howarth@bromo.med.uc.edu>
2010-05-26 ktietzlibiberty/
2010-05-26 jason PR c++/43382
2010-05-26 rguenth2010-05-26 Richard Guenther <rguenther@suse.de>
2010-05-25 iains2010-05-25 Jack Howarth <howarth@bromo.med.uc.edu>
2010-05-25 rguenth2010-05-25 Richard Guenther <rguenther@suse.de>
2010-05-24 ebotcazou PR middle-end/44100
2010-05-24 sandra2010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
2010-05-24 jason PR c++/41510
2010-05-21 jason * tree-eh.c (cleanup_is_dead_in): New.
2010-05-21 ebotcazou PR middle-end/44101
2010-05-20 paolo/cp
2010-05-20 jakub PR debug/44178
2010-05-19 jason * typeck.c (merge_types): Preserve memfn quals.
2010-05-19 jason * decl.c (grokdeclarator): Don't check quals on fn...
2010-05-19 jason PR c++/44193
2010-05-19 ro gcc:
2010-05-19 rguenth2010-05-19 Richard Guenther <rguenther@suse.de>
2010-05-19 jamborm2010-05-19 Martin Jambor <mjambor@suse.cz>
2010-05-17 jason * call.c (struct z_candidate): Add explicit_targs...
2010-05-17 jason PR c++/44157
2010-05-17 jason PR c++/44158
2010-05-17 jamborm2010-05-17 Martin Jambor <mjambor@suse.cz>
2010-05-17 jakub PR middle-end/44102
2010-05-16 jasongcc:
2010-05-15 jakub PR c++/44148
2010-05-15 jakub PR debug/44112
next