aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-24PR c++/71147 - [6 Regression] Flexible array member wrongly rejected in templateMartin Sebor4-18/+19
2016-05-24re PR c++/69872 (-Wnarrowing note without warning/errror)Paolo Carlini2-4/+11
2016-05-24re PR c++/71257 (OpenMP declare simd linear with ref modifier doesn't accept ...Jakub Jelinek2-1/+8
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener4-3/+27
2016-05-23PR c++/70344 - ICE with recursive constexprJason Merrill2-2/+12
2016-05-23PR c++/70584 - error with parenthesized builtin argJason Merrill2-1/+14
2016-05-23PR c++/70735 - generic lambda and local static variableJason Merrill2-9/+22
2016-05-23re PR c++/70972 (Inheriting constructors taking parameters by value should mo...Paolo Carlini2-0/+7
2016-05-23re PR c++/69095 (internal compiler error: in dependent_type_p, at cp/pt.c:19399)Paolo Carlini2-0/+8
2016-05-23pt.c (check_for_bare_parameter_packs): Improve error message location for exp...Paolo Carlini2-3/+9
2016-05-20constexpr.c (cxx_bind_parameters_in_call): Avoid gratuitous if ...Nathan Sidwell2-13/+19
2016-05-20re PR c++/70572 (ICE on code with decltype (auto) in digest_init_r, at cp/typ...Paolo Carlini2-0/+13
2016-05-19re PR c++/71075 (Broken diagnostic: 'integer_cst' not supported by 'dump_decl')Marek Polacek2-1/+6
2016-05-19Fix handling of non-dependent calls with default template args.Jason Merrill2-6/+30
2016-05-19PR c++/71184: Fix NULL dereference in cp_parser_operatorDavid Malcolm2-2/+10
2016-05-19decl.c (finish_enum_value_list): Use the specified mode.Bernd Edlinger2-0/+17
2016-05-18pt.c (value_dependent_expression_p): Tweak new cases to better match the word...Jason Merrill2-11/+11
2016-05-18re PR c++/69793 (ICE on invalid code in "cp_lexer_peek_nth_token")Paolo Carlini2-4/+10
2016-05-18re PR c++/70466 ([ICE on invalid code in tree check: expected constructor, ha...Paolo Carlini2-1/+8
2016-05-16Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.Matthew Wahab2-16/+7