OSDN Git Service

2010-12-09 Martin Jambor <mjambor@suse.cz>
[pf3gnuchains/gcc-fork.git] / gcc / cp / decl2.c
2010-12-06 nicolaIn gcc/:
2010-11-10 jsm28 * cfgloop.c (verify_loop_structure): Use %' in diagnos...
2010-11-08 jason Correct conversion/overflow behavior.
2010-11-02 dodjiRestore canonical type comparison for dependent type...
2010-11-02 jason * call.c (null_ptr_cst_p): Use maybe_constant_value.
2010-11-02 jason * decl2.c (decl_constant_var_p): New fn.
2010-10-27 jason * parser.c (cp_parser_ctor_initializer_opt_and_functio...
2010-10-20 nicolaIn gcc/:
2010-09-27 jason Require lvalues as specified by the standard.
2010-09-15 jason * decl2.c (grokbitfield): Diagnose non-integral width.
2010-08-20 froydnjgcc/
2010-08-19 jason * except.c (pending_noexcept, pending_noexcept_checks...
2010-07-15 froydnjgcc/
2010-06-30 jason * decl2.c (mark_used): Adjust error for use of deleted...
2010-06-28 stevengcc/ChangeLog:
2010-06-09 froydnj * cp-tree.h (struct saved_scope): Change decl_ns_list...
2010-06-09 froydnj * call.c (build_java_interface_fn_ref): Call build_fun...
2010-06-05 stevengcc/ChangeLog:
2010-06-01 charlet * Make-lang.in (CXX_C_OBJS): Add c-ada-spec.o.
2010-05-30 froydnj * cp-tree.h (cp_build_function_call_nary): Declare.
2010-05-25 stevengcc/ChangeLog:
2010-05-22 hubicka * decl2.c (maybe_emit_vtables): Produce same comdat...
2010-05-19 jason * call.c (reference_binding): Use cp_build_qualified_t...
2010-05-19 jason PR c++/44193
2010-05-13 jason * typeck.c (cp_build_array_ref): Factor out from...
2010-05-13 jason * typeck.c (build_array_ref): Take complain parm.
2010-04-07 jason PR c++/11094, DR 408
2010-03-23 jason Make lambda conversion op and op() non-static.
2010-03-20 simartingcc/cp/
2010-03-20 dodjiFix for PR c++/43375
2010-03-03 jason PR c++/12909
2010-02-09 jason PR c++/42370
2009-12-11 dodjiFix PR c++/42225
2009-12-10 jakub PR c++/42317
2009-12-04 jason PR c++/41611
2009-12-01 jason PR c++/41611
2009-11-18 jakub PR c++/3187
2009-11-12 jason PR c++/39560
2009-11-12 hubicka * decl2.c (constrain_visibility): Clear WEAK and COMMO...
2009-11-08 jason PR c++/18451
2009-11-06 jason PR c++/9381
2009-11-03 jason PR c++/36959
2009-11-02 jason Restrict DR 757 change to C++0x mode.
2009-10-26 jason PR c++/38796, Core issue 906
2009-09-18 jason * decl2.c (determine_visibility): Make anonymous types...
2009-09-09 paolo/cp
2009-09-08 jason * cp-tree.h (enum overload_flags): Remove OP_FLAG.
2009-09-03 dnovillo2009-09-01 Diego Novillo <dnovillo@google.com>
2009-08-24 jason * cp-tree.h (DECL_DEFERRED_FN): Remove.
2009-08-24 jason * decl2.c (mark_used): Streamline logic.
2009-08-24 jason PR c++/41109
2009-08-19 jasontweak comment
2009-08-19 jason PR c++/41119
2009-08-16 jason Make TREE_USED match the [basic.def.odr] concept for...
2009-08-16 jason * decl2.c (finish_static_data_member_decl): Don't...
2009-08-16 jason * decl2.c (mark_used): It's ok to synthesize for defau...
2009-08-10 jason Implement DR 757: It's OK for a decl to use a type...
2009-07-17 rguenth2009-07-17 Richard Guenther <rguenther@suse.de>
2009-07-14 dodji2009-07-14 Dodji Seketeli <dodji@redhat.com>
2009-07-04 jason PR c++/40619
2009-07-04 jason * cp-tree.h (struct lang_decl): Overhaul.
2009-06-18 aldyh * class.c (get_vtable_decl): Replace finish_dec...
2009-06-16 ian./:
2009-06-15 espindola2009-06-15 Rafael Avila de Espindola <espindola@googl...
2009-06-12 aldyhgcc/java/
2009-06-09 jason PR c++/40381
2009-05-25 jason PR c++/38064
2009-05-22 nathan gcc/
2009-05-21 ian./:
2009-05-18 jason Implement explicit conversions ops as specified in...
2009-05-10 hubicka * cgraphbuild.c (record_reference): Use cgraph_mark_ad...
2009-04-24 iangcc/:
2009-04-20 iangcc/:
2009-04-02 dodjigcc/ChangeLog:
2009-03-26 aph2009-03-26 Andrew Haley <aph@redhat.com>
2009-03-17 jason cp/:
2009-02-19 jakub PR target/39175
2009-02-19 hjlgcc/
2009-02-12 jason PR c++/39153
2009-01-22 dodjiReverted commit 143546 related to PR c++/26693
2009-01-21 dodjigcc/ChangeLog:
2008-12-08 sje * decl2.c (mark_used): Remove assemble_external call.
2008-11-26 jason PR c++/28743
2008-11-19 jason PR c++/36410
2008-09-23 aldyh * c-tree.h: Add argument to c_objc_common_truth...
2008-09-15 aldyhtestsuite/
2008-09-03 jakub PR c++/37189
2008-09-03 jason PR c++/37208
2008-09-03 aldyh * diagnostic.c (error_at): New.
2008-08-18 manu2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-07-30 dodji2008-07-30 Dodji Seketeli <dseketel@redhat.com>
2008-07-29 hubicka * optimize.c (maybe_clone_body): Remove DECL_INLINE.
2008-07-28 rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-07-25 hubicka * typeck.c (inline_conversion): Remove.
2008-07-24 jason Implement defaulted/deleted functions as per...
2008-07-17 jules gcc/cp/
2008-06-30 jakub PR c++/36662
2008-06-21 redi * typeck.c (composite_pointer_type_r, cxx_sizeof_expr,
2008-06-14 simartingcc/cp/
2008-04-24 jakub PR c++/35758
next