aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-06-21Fix constraint satisfaction in uninstantiated template.Jason Merrill2-2/+7
2016-06-21Fix type_dependent_expression_p of member templates.Jason Merrill2-1/+51
2016-06-20C++ FE: Show both locations in string literal concatenation errorDavid Malcolm2-5/+17
2016-06-17decl.c (validate_constexpr_redeclaration): Change pair of errors to error + i...Paolo Carlini3-3/+16
2016-06-17tree.c (builtin_valid_in_constant_expr_p): Test for DECL_BUILT_IN_CLASS equal...Jakub Jelinek3-3/+12
2016-06-17decl.c (grokfndecl): Change pair of errors to error + inform.Paolo Carlini2-1/+6
2016-06-17PR c++/71209 - wrong error with dependent baseJason Merrill2-0/+8
2016-06-17semantics.c (handle_omp_array_sections_1): Don't ICE when processing_template...Jakub Jelinek2-2/+16
2016-06-16gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with base of re...Jakub Jelinek3-3/+16
2016-06-15decl.c (wrapup_globals_for_namespace): Use DECL_SOURCE_LOCATION and "%qF" in ...Paolo Carlini3-11/+22
2016-06-15re PR c++/70202 (ICE on invalid code on x86_64-linux-gnu in build_simple_base...Paolo Carlini4-31/+38
2016-06-15spellcheck.h: add best_match template; implement early-rejectDavid Malcolm2-1/+5
2016-06-14Introduce gcc_rich_location::add_fixit_misspelled_idDavid Malcolm2-6/+10
2016-06-14P0145R2: Refining Expression Order for C++.Jason Merrill7-39/+187
2016-06-14re PR c++/71528 (multiple extern reference declarations produce uninitialized...Jakub Jelinek2-0/+12
2016-06-14re PR c++/71516 (ICE on invalid C++ code (invalid use of forward declared typ...Jakub Jelinek2-2/+8
2016-06-14typeck2.c (digest_init_r): Use EXPR_LOC_OR_LOC on init.Paolo Carlini2-10/+17
2016-06-13decl.c (grokdeclarator): Fix typo in pedwarn text.Paolo Carlini2-1/+5
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge2-19/+8
2016-06-09re PR c++/71465 (ICE on invalid C++ code (with duplicate base) on x86_64-linu...Paolo Carlini2-2/+13
2016-06-08decl.c (maybe_deduce_size_from_array_init): Use DECL_SOURCE_LOCATION in error...Paolo Carlini2-17/+39
2016-06-08re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor3-19/+107
2016-06-08pt.c (tsubst, [...]): Don't delay checking the return value of tsubst_aggr_ty...Paolo Carlini2-2/+9
2016-06-08re PR c++/71442 (r232569 breaks -Wunused-*)Jakub Jelinek2-1/+7
2016-06-06re PR c++/70847 (exponential time in cp_fold for chained virtual function calls)Jakub Jelinek2-1/+25
2016-06-04re PR c++/70202 (ICE on invalid code on x86_64-linux-gnu in build_simple_base...Paolo Carlini2-3/+8
2016-06-03re PR c++/27100 (ICE with multiple friend declarations)Patrick Palka2-2/+18
2016-06-03c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addres...Chung-Lin Tang2-0/+16
2016-06-03pred-1.C: New testcaseJan Hubicka2-1/+6
2016-06-02decl.c (xref_tag_1): Change pairs of errors to error + inform.Paolo Carlini3-9/+15
2016-06-02re PR c++/71372 (C++ FE drops TREE_THIS_VOLATILE in cp_fold on all tcc_refere...Jakub Jelinek2-2/+25
2016-05-31* pt.c (instantiate_decl): Avoid recalculation.Jason Merrill2-6/+6
2016-05-31PR c++/60095 - partial specialization of variable templatesJason Merrill2-43/+34
2016-05-31PR c++/71227 - specializing hidden friendJason Merrill2-0/+22
2016-05-31re PR c++/71248 (crash on in-class initializer of array of pointer to member)Paolo Carlini2-13/+28
2016-05-30PR c++/71306 - bogus -Wplacement-new with an array elementMartin Sebor2-3/+10
2016-05-30re PR c++/71349 (Combined async target clause parsing issues)Jakub Jelinek2-2/+13
2016-05-30re PR c++/71238 (Undeclared function message imprecisely points to error column)Paolo Carlini4-16/+36
2016-05-30re PR c++/71099 (Misleading diagnostic message with 'virtual' used in out-of-...Paolo Carlini2-1/+8
2016-05-29re PR c++/71105 (lambdas with default captures improperly have function point...Paolo Carlini2-1/+9
2016-05-28Update changelogs for revert of c++/69855.Ville Voutilainen1-0/+8
2016-05-28Revert the attempted fix for c++/69855, it breaks bootstrap.Ville Voutilainen1-18/+0
2016-05-27re PR c++/60385 (confused by earlier errors, bailing out)Paolo Carlini4-7/+23
2016-05-27re PR c++/69855 (Missing diagnostic for overload that only differs by return ...Ville Voutilainen2-0/+25
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek2-0/+16
2016-05-26Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)Patrick Palka4-19/+33
2016-05-25Fix comment.Jason Merrill1-1/+1
2016-05-25PR c++/71173 - wrong qualified lookupJason Merrill5-18/+48
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis3-22/+64
2016-05-24PR c++/70584 - don't force indirection to an rvalueJason Merrill2-6/+21