OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / cp / decl.c
2013-04-08 paolo/cp
2013-04-02 jason PR c++/34949
2013-04-02 paolo2013-04-02 Paolo Carlini <paolo.carlini@oracle.com>
2013-04-01 jason Implement N2439 (ref-qualifiers for 'this')
2013-03-31 paolo2013-03-31 Paolo Carlini <paolo.carlini@oracle.com>
2013-03-29 paolo2013-03-29 Paolo Carlini <paolo.carlini@oracle.com>
2013-03-29 gdr * tree.h (VAR_P): New.
2013-03-26 gdr * cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION...
2013-03-26 paolo/cp
2013-03-26 paolo/cp
2013-03-25 paolo/cp
2013-03-22 gdr * cp-tree.h (identifier_p): New.
2013-03-21 jason PR c++/54532
2013-03-17 jason * decl.c (grokdeclarator): Assert that we won't see...
2013-03-17 jason PR c++/54764
2013-03-17 jason * cp-tree.h (abstract_class_use): New enum.
2013-03-14 jason PR c++/56614
2013-03-14 jason PR c++/56346
2013-03-06 paolo/cp
2013-03-01 paolo2013-03-01 Paolo Carlini <paolo.carlini@oracle.com>
2013-02-26 paolo2013-02-26 David Binderman <dcb314@hotmail.com>
2013-02-20 paolo/cp
2013-02-15 jason PR c++/55003
2013-02-13 jason PR c++/56155
2013-02-09 jason * decl.c (decls_match): Check versions later.
2013-02-07 jakub PR c++/56237
2013-02-06 jason PR c++/56177
2013-01-22 paolo/cp
2013-01-10 rsandifoUpdate copyright years in gcc/
2013-01-09 jason PR c++/55893
2013-01-04 jason PR c++/55877
2013-01-03 jason PR c++/53650
2013-01-02 jason * decl.c (check_default_argument): Use LOOKUP_IMPLICIT.
2012-12-14 jason PR c++/42315
2012-12-06 jason PR c++/55015
2012-11-18 dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-15 jason PR c++/37276
2012-11-13 tmsriram2012-11-13 Sriraman Tallam <tmsriram@google.com>
2012-11-10 emsrImplement a flag -fext-numeric-literals that allows...
2012-11-09 jason Add C++ attribute abi_tag and -Wabi-tag option.
2012-11-06 tmsriramFunction Multiversioning
2012-10-18 paolo/cp
2012-10-12 paolo/cp
2012-10-11 jason * cp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual...
2012-10-11 jason * decl.c (grokdeclarator): Set DECL_GNU_TLS_P for...
2012-10-08 jason Allow dynamic initialization of thread_locals.
2012-10-08 jason Support C++11 thread_local destructors.
2012-10-08 jason Partial implementation of C++11 thread_local.
2012-10-08 dodjiPR c++/53528 C++11 attribute support
2012-10-07 paolo2012-10-07 Paolo Carlini <paolo.carlini@oracle.com>
2012-10-05 jakubcp/
2012-10-01 jason * decl.c (check_initializer): Set DECL_NONTRIVIALLY_IN...
2012-10-01 jason * cp-tree.h (DECL_PRETTY_FUNCTION_P): Just look at...
2012-09-28 dodjiPR c++/29028 - Missed unused warning on using declaration
2012-09-28 dodjiPR c++/53551 - -Wunused-local-typedefs misses uses
2012-09-24 crowlFinish conversion of uses of double_int to the new...
2012-09-24 jason * decl.c (get_atexit_node): Remove dead code.
2012-09-14 paolo2012-09-14 Paolo Carlini <paolo.carlini@oracle.com>
2012-09-13 paolo2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>
2012-09-11 dnovilloRemove unnecessary VEC function overloads.
2012-09-10 jason PR c++/54506
2012-09-09 gerald * decl.c (reshape_init_class): Avoid dereferencing a
2012-09-05 paolo/cp
2012-09-05 jason PR c++/54441
2012-09-04 jason PR c++/54198
2012-08-31 jason PR c++/18747
2012-08-31 jason * friend.c (make_friend_class): Handle template templa...
2012-08-31 jason * decl.c (cp_finish_decl): Check for invalid multiple...
2012-08-23 jason * decl.c (compute_array_index_type): Use type_dependen...
2012-08-20 paolo/cp
2012-08-20 dnovilloFix -ftime-report for C++ lookup.
2012-08-15 dnovilloMerge from cxx-conversion branch (gcc.gnu.org/wiki...
2012-07-31 paolo2012-07-31 Paolo Carlini <paolo.carlini@oracle.com>
2012-07-25 sandra2012-07-25 Sandra Loosemore <sandra@codesourcery...
2012-07-25 jason PR c++/54086
2012-07-25 jason * cp-tree.h (tsubst_flags): Remove tf_no_access_control.
2012-07-19 jason DR 1170
2012-07-18 jason PR c++/53995
2012-07-17 jason * decl.c (xref_basetypes): Complain about incomplete...
2012-07-08 stevengcc/
2012-07-04 jason PR c++/53848
2012-07-02 jason PR c++/53524
2012-06-27 jason * parser.c (cp_parser_check_for_invalid_template_id...
2012-06-18 stevengcc/
2012-06-07 fabiengcc/testsuite/ChangeLog
2012-06-06 paolo/cp
2012-06-06 stevengcc/
2012-06-04 steven * output.h (merge_weak, assemble_alias,
2012-05-25 uros PR obj-c++/53441
2012-05-25 uros * decl.c: Revert unwanted commit.
2012-05-25 uros PR target/53474
2012-05-21 paolo/cp
2012-05-16 dodjiPR preprocessor/7263 - Avoid pedantic warnings on syste...
2012-05-12 paolo2012-05-12 Paolo Carlini <paolo.carlini@oracle.com>
2012-05-10 paolo/cp
2012-05-02 rguenth2012-05-02 Richard Guenther <rguenther@suse.de>
2012-04-30 dodjiFix location for static class members
2012-04-24 paolo/cp
2012-04-22 manu2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
2012-04-18 paolo/cp
next