aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-04-19re PR c/32061 ((Wlogical-op) wording of warning of constant logicials need im...Manuel López-Ibáñez2-11/+24
2009-04-18cp-tree.h: Remove the prototype for insert_block.Kazu Hirata3-13/+5
2009-04-16cp-tree.h (enum tsubst_flags): Rename from enum tsubst_flags_t.Ian Lance Taylor2-2/+11
2009-04-16c-common.c (vector_targets_convertible_p, [...]): Use TYPE_VECTOR_OPAQUE inst...Paolo Bonzini2-1/+6
2009-04-15debug.h (set_name): Declare.Catherine Moore1-2/+7
2009-04-15re PR c++/39551 (C++ frontend not warn about unused dereference operator with...Le-Chun Wu3-1/+23
2009-04-15class.c (build_vtbl_ref_1): Remove call to assemble_external.Rafael Avila de Espindola2-2/+0
2009-04-14diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo2-2/+7
2009-04-14[multiple changes]Diego Novillo4-2/+13
2009-04-14re PR c++/39763 (-Wshadow reports shadowed declarations for parameters of unn...Jason Merrill2-10/+18
2009-04-13fix changelog datesJason Merrill1-1/+1
2009-04-13re PR c++/39480 (generated memcpy causes trouble in assignment)Jason Merrill2-0/+20
2009-04-13re PR c++/39750 (ICE in uses_template_parms, at cp/pt.c:6332)Jason Merrill3-1/+9
2009-04-13re PR c++/39742 (ice in C++ overload resolution)Jason Merrill2-0/+8
2009-04-10re PR c++/28301 (ICE with broken specialization)H.J. Lu2-0/+8
2009-04-10parser.c (cp_parser_class_specifier): Remove the unused has_trailing_semicolon.H.J. Lu2-6/+5
2009-04-102009-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez2-17/+40
2009-04-08re PR c++/25185 (deep typedef substitution in error message)Jason Merrill2-3/+17
2009-04-08re PR c++/39637 (ICE on ill-formed sizeof(<parameter-pack>) in variadic templ...Dodji Seketeli2-0/+11
2009-04-07re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill5-25/+95
2009-04-07re PR c++/25185 (deep typedef substitution in error message)Jason Merrill2-2/+11
2009-04-06re PR c++/35146 (weird error in template function specialization)Jason Merrill2-3/+28
2009-04-05fix ChangeLogsJason Merrill1-1/+2
2009-04-05re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill2-14/+63
2009-04-04re PR c++/25185 (deep typedef substitution in error message)Jason Merrill3-18/+39
2009-04-03re PR c++/39608 ('expr' cannot appear in a constant-expression.)Jason Merrill3-8/+13
2009-04-02re PR c++/25185 (deep typedef substitution in error message)Jason Merrill4-5/+75
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli8-42/+199
2009-03-31re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill2-2/+20
2009-03-31C++ DR 613Jason Merrill2-2/+19
2009-03-31ptree.c (cxx_print_decl): Pretty-print full name of function/template.Jason Merrill2-1/+24
2009-03-31decl.c (grokdeclarator): Reject pointer to qualified function type.Jason Merrill1-1/+4
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill8-26/+73
2009-03-31mangle.c (write_expression): Mangle dependent name as source-name.Jason Merrill2-8/+23
2009-03-31PR c++/38030, 38850, 39070Jason Merrill5-20/+42
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers4-38/+9
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini4-20/+6
2009-03-28re PR c++/39554 (-Wdisallowed-function-list fails when #including <algorithm>)Jakub Jelinek2-3/+6
2009-03-27except.c (choose_personality_routine): Set terminate_node to abort for java e...Jan Hubicka2-0/+6
2009-03-27re PR debug/37959 (g++ does not emit DW_AT_explicit)Dodji Seketeli3-2/+24
2009-03-27re PR c++/38638 (ICE superfluous 'typename')Andrew Pinski2-1/+12
2009-03-27re PR c++/37647 (ICE with invalid use of constructor)Simon Martin2-0/+14
2009-03-27re PR c++/29727 (ICE on invalid initializer for template member)Simon Martin2-3/+14
2009-03-27re PR c++/35652 (offset warning should be given in the front-end)Manuel López-Ibáñez2-1/+6
2009-03-26re PR c++/39380 (All programs that link Java and C++ libraries fail when opt...Andrew Haley4-1/+16
2009-03-24re PR c++/28274 (Redeclaration with extra default argument doesn't work)Jason Merrill2-6/+12
2009-03-23add PR tagJason Merrill1-0/+1
2009-03-23re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek3-26/+49
2009-03-23pt.c (make_fnparm_pack): Split out from...Jason Merrill2-29/+70
2009-03-23re PR c++/39526 (-Wshadow reports shadowed declarations for parameters of unn...Jason Merrill2-1/+10