aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu5-28/+39
2009-05-07re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson1-0/+19
2009-05-06re PR c++/17395 (Incorrect lookup for parameters)Dodji Seketeli2-1/+11
2009-05-05cp-tree.h: (opname_tab...Shujing Zhao2-45/+62
2009-05-05typeck.c (cp_build_compound_expr): Require RHS to have a known type.Nathan Sidwell3-21/+18
2009-05-05re PR c++/40013 (ICE when creating a local array with size from the return va...Jakub Jelinek2-0/+14
2009-05-04re PR c++/28152 (Diagnostic about wrong use _Complex prints __complex__)Manuel López-Ibáñez2-6/+14
2009-05-01c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...Joseph Myers4-146/+185
2009-04-28revert: re PR c++/35652 (offset warning should be given in the front-end)Ben Elliston2-1/+10
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2-1/+6
2009-04-27re PR c++/39875 (Wrong "value computed is not used" warning)Jakub Jelinek2-1/+11
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor8-11/+37
2009-04-23re PR c++/38228 (ICE with invalid use of bound member function)Dodji Seketeli4-5/+31
2009-04-22re PR c++/39639 (no diagnostic for ill-formed pack expansion)Dodji Seketeli2-0/+13
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek11-86/+57
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez2-1/+6
2009-04-21re PR c++/35711 (bad text in -Wcast-qual warning (forgets volatile))Manuel López-Ibáñez2-22/+42
2009-04-21ABOUT-GCC-NLS, [...]: Add copyright and license notices.Joseph Myers22-24/+210
2009-04-21re PR c/16202 (The -Wsequence-point warning misses many important instances)Manuel López-Ibáñez3-6/+14
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez4-4/+30
2009-04-20re PR c++/39803 (Bogus 'unused value' warning on declarations of non-POD arrays)Le-Chun Wu2-1/+8
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor10-15/+60
2009-04-20cp-tree.h (base_access): Change typedef to int.Ian Lance Taylor4-7/+20
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