* pt.c, tree.c, typeck2.c: Fix comment typos.
[gcc.git] / gcc / cp / pt.c
2007-07-28 Kazu Hirata* pt.c, tree.c, typeck2.c: Fix comment typos.
2007-07-27 Douglas Gregortypeck.c (structural_comptypes): Compare DECLTYPE_TYPE...
2007-07-25 Kaveh R. Ghazic-common.c (fname_as_string, [...]): Constify.
2007-07-22 Nathan Sidwellre PR c++/30818 (templates and typedefs cause function...
2007-07-12 Kazu Hiratapt.c (template_parms_variadic_p): Remove.
2007-07-08 Paolo Carlinire PR c++/30535 (ICE with invalid template operator)
2007-07-07 Mark Mitchellre PR c++/32232 (ICE in resolve_overloaded_unification)
2007-07-06 Mark Mitchellre PR c++/32245 (wrong POD type initialization with...
2007-06-18 Simon Baldwinre PR c++/31923 (g++ accepts a storage-class-specifier...
2007-06-07 Simon Martinre PR c++/30759 (initializer-list accepted for object...
2007-05-31 Russell Yanofskyre PR c++/7412 ([DR 106] References to references)
2007-05-25 Douglas Gregorre PR c++/31431 (ICE with invalid parameter pack)
2007-04-17 Simon Martinre PR c++/31517 (ICE on invalid initialization of stati...
2007-03-31 Douglas Gregorre PR c++/31138 (ICE with ellipsis)
2007-03-30 Paolo Carlinire PR c++/26099 (support for type traits is not available)
2007-03-28 Douglas Gregordecl.c (redeclaration_error_message): Complain when...
2007-03-26 Paolo Carlinire PR c++/30500 (pragma GCC system_header vs templates)
2007-03-23 Mark Mitchellcp-tree.h (current_tempalte_parms): Improve documentation.
2007-03-17 Kazu Hirata* cp-tree.def, parser.c, pt.c: Fix comment typos.
2007-03-15 Douglas Gregorptree.c (cxx_print_type): Use formatting markup for...
2007-03-11 Mark Mitchellre PR c++/30274 (bool bit-field: wrong increment and...
2007-03-10 Douglas Gregorre PR c++/20599 (variadic template support)
2007-03-08 Volker Reicheltre PR c++/30534 (ICE with invalid template argument)
2007-02-22 Michael Matzdwarf2out.c (add_AT_string): Call ggc_strdup once per...
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-02-12 Simon Martinre PR c++/14622 (type mismatch in explicit template...
2007-02-11 Mark Mitchellre PR c++/26988 (template constructor in template class...
2007-02-05 Paolo Bonzinicp-tree.h (OMP_ATOMIC_CODE): Delete.
2007-02-04 Kazu Hirataclass.c, [...]: Follow spelling conventions.
2007-01-05 Douglas Gregorpt.c (tsubst): Propagate the need for structural equali...
2007-01-03 Kazu Hirata* pt.c: Fix a comment typo.
2007-01-02 Douglas Gregorpt.c (canonical_template_parms): Correct typo in comment.
2007-01-02 Douglas Gregorc-common.c (c_common_nodes_and_builtins): Since variant...
2006-12-14 Ian Lance Taylorre PR c++/19564 (-Wparentheses does not work with the...
2006-12-08 Mark Mitchellre PR c++/29732 (ICE on invalid friend declaration)
2006-12-04 Mark Mitchellre PR c++/29733 (ICE on initialization of function...
2006-12-04 Eric Botcazoutree.c (walk_type_fields): Do not handle TYPE_MIN_VALUE...
2006-11-30 Dirk Muellerre PR c++/18313 (Missing warning for superfluous const...
2006-11-21 Douglas Gregorcp-tree.def (STATIC_ASSERT): New.
2006-11-13 Mark Mitchellre PR c++/29518 (rejects valid template argument, enums...
2006-10-17 Mark Mitchellre PR c++/27270 (ICE in process_init_constructor_array...
2006-10-17 Mark Mitchellre PR c++/27270 (ICE in process_init_constructor_array...
2006-10-16 Mark Mitchellre PR c++/28211 (wrong linkage of template argument...
2006-10-02 Mark Mitchellre PR c++/29105 (segfault in add_candidates with a...
2006-09-25 Lee Millwardre PR c++/27667 (ICE with in-class specialization)
2006-09-25 Lee Millwardre PR c++/27329 (ICE with misplaced expression)
2006-09-07 Simon Martinre PR c++/28284 (ICE with invalid static const variable)
2006-09-07 Mark Mitchellre PR c++/28903 (Rejects VLA in template class's member...
2006-09-06 Jason Merrillre PR c++/26102 ("using Base::member" nonsense)
2006-09-04 Nathan SidwellPR 23287 Revert my 2006-09-01 patch.
2006-09-01 Nathan Sidwellre PR c++/23287 (Explicitly invoking destructor of...
2006-08-28 Volker Reicheltre PR c++/28860 (Trouble with bound template template...
2006-08-27 Mark Mitchellre PR c++/28058 (ICE in inline_forbidden_p)
2006-08-26 Lee Millwardre PR c++/28736 (ICE with friend of invalid template...
2006-08-26 Mark Mitchellre PR c++/28588 (static private function)
2006-08-26 Volker Reicheltre PR c++/28852 (ICE on invalid conversion operator)
2006-08-24 Jason Merrillre PR c++/27714 (operator new as friend in template...
2006-08-20 Mark Mitchellre PR c++/28341 (ICE with references as template parame...
2006-08-17 Volker Reicheltre PR c++/28711 (ICE on invalid initializer for multidi...
2006-08-17 Jason Merrillre PR c++/28385 (templated function call goes awry)
2006-08-15 Lee Millwardre PR c++/28594 (ICE with invalid template parameter)
2006-08-09 Lee Millwardre PR c++/28637 (ICE on invalid template parameter)
2006-08-02 Mark Mitchellre PR c++/28557 (Trouble with templated type conversion...
2006-08-01 Daniel Jacobowitzre PR debug/23336 (enum constants not visible to gdb...
2006-07-28 Lee Millwardre PR c++/27668 (ICE with invalid template parameter)
2006-07-24 Daniel Jacobowitzre PR c++/28460 (g++ emits bogus namespace DIE)
2006-07-23 Mark Mitchellre PR c++/28025 (multiple template friend compile error)
2006-07-21 Volker Reicheltre PR c++/28250 (ICE with invalid catch)
2006-07-20 Jason Merrillre PR c++/28407 (Issue with anonymous namespace)
2006-07-19 Mark Mitchellre PR c++/28235 (ICE with static const member as defaul...
2006-06-30 Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-06-29 Jason Merrillre PR c++/27424 (Valid template-template-parameter...
2006-06-22 Volker Reicheltre PR c++/28111 (ICE with invalid friend in template...
2006-06-22 Volker Reicheltre PR c++/28110 (ICE with invalid template constant...
2006-06-19 Mark Mitchell* pt.c (instantiate_template): Fix typo in comment.
2006-06-16 Mark Mitchellre PR c++/27689 (function template incorrectly selected...
2006-06-16 Mark Mitchellre PR c++/27640 (segfault, related to constructor insta...
2006-06-15 Mark Mitchellre PR c++/26559 (ICE with __builtin_constant_p in templ...
2006-06-07 Volker Reicheltre PR c++/27601 (ICE (in fold_offsetof_1, at c-common...
2006-06-06 Mike StumpFix up whitespacing
2006-05-29 Kazu Hiratapt.c (convert_nontype_argument): Fix a typo in an error...
2006-05-25 Mark Mitchellre PR c++/20103 (ICE in create_tmp_var with C99 style...
2006-05-23 Mark Mitchellre PR c++/20173 (gcc accepts invalid partial specializa...
2006-05-19 Mark Mitchellre PR c++/26433 (Syntax error using __FUNCTION__ in...
2006-05-17 Jakub Jelinekre PR middle-end/27415 (Iteration var in firstprivate...
2006-05-15 Volker Reicheltre PR c++/27582 (ICE with invalid template parameter)
2006-05-15 Volker Reicheltre PR c++/27315 (ICE with ill-placed expression)
2006-05-15 Volker Reicheltre PR c++/27559 (ICE on templated operator new)
2006-05-15 Volker Reicheltre PR c++/27496 (ICE on broken templated friend)
2006-05-14 Alexandre Olivapt.c (build_non_dependent_expr): Leave ADDR_EXPR of...
2006-05-06 Volker Reicheltre PR c++/27427 (ICE with invalid template parameter)
2006-05-06 Volker Reichelt* pt.c (process_template_parm): Remove superfluous...
2006-05-06 Volker Reicheltre PR c++/27430 (ICE on array of voids as template...
2006-05-02 Mark Mitchellre PR c++/27309 (ICE on invalid constructor definition)
2006-04-30 Mark Mitchellre PR c++/27094 (tree check: expected tree_list, have...
2006-04-19 Volker Reicheltre PR c++/26739 (ICE in g++.old-deja/g++.pt/friend36.C)
2006-04-15 Kazu HirataMake-lang.in (cp/pt.o): Depend on vecprim.h.
2006-04-11 Mark Mitchellre PR c++/26122 (Pure specifiers for templates causing...
2006-04-08 Kazu Hirata* decl2.c, pt.c, semantics.c: Fix comment typos.
2006-03-09 Richard HendersonMerge C++ from gomp-20050608-branch.
next