Age | Commit message (Expand) | Author | Files | Lines |
2014-06-11 | re PR c++/60265 ([C++11] using-declaration of enumerator fails if fully quali... | Paolo Carlini | 1 | -1/+1 |
2014-06-09 | re PR c++/22556 (extern array: compatible declaration at function scope refused) | Paolo Carlini | 1 | -1/+2 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -7/+7 |
2014-04-15 | decl.c (duplicate_decls): Remove redundant TYPE_NAME use. | Paolo Carlini | 1 | -2/+1 |
2014-04-11 | re PR c++/58600 ([c++11] ICE on wrong usage of alignas) | Paolo Carlini | 1 | -4/+5 |
2014-03-28 | re PR c++/60573 ([c++1y] ICE with defining generic function of nested class i... | Adam Butcher | 1 | -2/+6 |
2014-03-21 | re PR c++/60384 ([c++1y] ICE with invalid typedef) | Paolo Carlini | 1 | -0/+7 |
2014-02-02 | re PR c++/37140 (type inherited from base class not recognized) | Fabien Chêne | 1 | -1/+19 |
2014-01-24 | re PR c++/57524 (ICE: in timevar_start, at timevar.c:343) | Paolo Carlini | 1 | -2/+2 |
2014-01-03 | Core DR 1442 PR c++/59165 | Paolo Carlini | 1 | -8/+4 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 1 | -3/+5 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-05 | re PR c++/58724 (ICE with attribute [[gnu::visibility("default")]] on namespace) | Paolo Carlini | 1 | -1/+1 |
2013-09-02 | PR c++/21682, implement DR 565 | Paolo Carlini | 1 | -4/+23 |
2013-08-19 | parser.c (cp_parser_lambda_introducer, [...]): Use cp_parser_lookup_name_simple. | Paolo Carlini | 1 | -0/+11 |
2013-08-17 | re PR c++/58083 (ICE with lambda as default parameter of a template function) | Jason Merrill | 1 | -2/+4 |
2013-08-09 | revert: re PR c++/46206 (using typedef-name error with typedef name hiding st... | Paolo Carlini | 1 | -4/+4 |
2013-08-07 | re PR c++/46206 (using typedef-name error with typedef name hiding struct name) | Paolo Carlini | 1 | -4/+4 |
2013-08-01 | re PR c++/54537 (undiagnosed using-declaration conflicting with used function) | Fabien Chêne | 1 | -4/+3 |
2013-06-10 | name-lookup.c (add_decl_to_level): Add decls in an anonymous namespace to sta... | Jason Merrill | 1 | -1/+3 |
2013-05-15 | name-lookup.c (pushdecl_maybe_friend_1): Replace pairs of warning_at and perm... | Paolo Carlini | 1 | -11/+18 |
2013-05-15 | re PR c++/31952 (parameters may be redeclared in a function try-block) | Paolo Carlini | 1 | -1/+26 |
2013-03-31 | decl2.c (collect_candidates_for_java_method_aliases): Use DECL_CLASS_SCOPE_P. | Paolo Carlini | 1 | -3/+2 |
2013-03-29 | tree.h (VAR_P): New. | Gabriel Dos Reis | 1 | -18/+18 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+16 |
2013-03-28 | name-lookup.c (pushdecl_maybe_friend_1): Use nonlambda_method_basetype and cu... | Jason Merrill | 1 | -2/+2 |
2013-03-26 | cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P. | Gabriel Dos Reis | 1 | -1/+1 |
2013-03-22 | cp-tree.h (identifier_p): New. | Gabriel Dos Reis | 1 | -4/+4 |
2013-03-20 | name-lookup.c (get_anonymous_namespace_name): Never use get_file_function_name. | Jason Merrill | 1 | -8/+6 |
2013-02-27 | re PR c++/56358 ([C++11] Erroneous interaction of typedef and inherited const... | Jason Merrill | 1 | -13/+8 |
2013-02-14 | re PR c++/56323 ([C++11] cannot compile inherited constructor for typedef'ed ... | Jason Merrill | 1 | -4/+7 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | re PR c++/55877 (Anon visibility issues) | Jason Merrill | 1 | -1/+5 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -4/+4 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -95/+91 |
2012-10-15 | Implement C++11 inheriting constructors. | Jason Merrill | 1 | -4/+9 |
2012-10-01 | cp-tree.h (TYPE_FUNCTION_OR_TEMPLATE_DECL_CHECK): New. | Jason Merrill | 1 | -0/+1 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -12/+8 |
2012-09-05 | re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base) | Paolo Carlini | 1 | -1/+2 |
2012-09-05 | re PR c++/54420 (Segmentation fault in decl_mangling_context) | Jason Merrill | 1 | -4/+3 |
2012-08-23 | re PR c++/20420 (Incorrectly Accepts double declarations) | Paolo Carlini | 1 | -2/+11 |
2012-08-20 | name-lookup.c (store_binding_p): New predicate, split out from ... | Richard Guenther | 1 | -13/+47 |
2012-07-06 | re PR c++/53858 ([C++11] template aliases used in template parameters default... | Jason Merrill | 1 | -1/+1 |
2012-06-19 | re PR c++/53651 ([C++11] seg fault when specifying using decltype(...)::method) | Jason Merrill | 1 | -0/+5 |
2012-06-12 | re PR c++/53599 (gcc-4.7.1_rc20120606 segfaults compiling boost.karma) | Jason Merrill | 1 | -1/+10 |
2012-06-06 | re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e... | Paolo Carlini | 1 | -8/+5 |
2012-06-01 | re PR c++/26155 (ICE after error with namespace alias) | Paolo Carlini | 1 | -10/+33 |
2012-05-12 | generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P. | Paolo Carlini | 1 | -1/+1 |
2012-04-22 | re PR c/44774 (-Werror=edantic) | Manuel López-Ibáñez | 1 | -1/+1 |