aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-25c-common.c (warn_logical_not_parentheses): Print fixit hints.Marek Polacek1-1/+1
2016-08-18re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+4
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+3
2016-08-10Implement C++17 constexpr if.Jason Merrill1-3/+56
2016-08-09Implement C++17 constexpr lambda.Jason Merrill1-8/+38
2016-08-08re PR c++/58706 (ICE with lambda in OpenMP for-loop)Jakub Jelinek1-2/+35
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-8/+8
2016-08-04Rework C/C++ OpenACC routine parsingThomas Schwinge1-99/+81
2016-08-04C/C++: Simplify handling of location information for OpenACC routine directivesThomas Schwinge1-61/+47
2016-07-21PR c++/70781 - ICE on ill-formed lambda.Jason Merrill1-2/+4
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-9/+21
2016-07-20C++ FE: handle misspelled identifiers and typenamesDavid Malcolm1-11/+32
2016-07-20re PR c++/71909 (g++ accepts an unreachable function catch block that lacks a...Jakub Jelinek1-3/+39
2016-07-15PR c++/71604 - type definition in range-based forJason Merrill1-3/+19
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis1-5/+0
2016-07-05PR c++/62314: add fixit hint for "expected ';' after class definition"David Malcolm1-3/+16
2016-06-29Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio...Thomas Schwinge1-16/+17
2016-06-29Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLAREThomas Schwinge1-2/+2
2016-06-20C++ FE: Show both locations in string literal concatenation errorDavid Malcolm1-5/+10
2016-06-16gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with base of re...Jakub Jelinek1-0/+1
2016-06-15re PR c++/70202 (ICE on invalid code on x86_64-linux-gnu in build_simple_base...Paolo Carlini1-3/+2
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge1-19/+2
2016-06-09re PR c++/71465 (ICE on invalid C++ code (with duplicate base) on x86_64-linu...Paolo Carlini1-2/+3
2016-06-04re PR c++/70202 (ICE on invalid code on x86_64-linux-gnu in build_simple_base...Paolo Carlini1-3/+2
2016-06-02decl.c (xref_tag_1): Change pairs of errors to error + inform.Paolo Carlini1-2/+2
2016-05-30re PR c++/71349 (Combined async target clause parsing issues)Jakub Jelinek1-2/+5
2016-05-30re PR c++/71099 (Misleading diagnostic message with 'virtual' used in out-of-...Paolo Carlini1-1/+2
2016-05-27re PR c++/60385 (confused by earlier errors, bailing out)Paolo Carlini1-3/+4
2016-05-25PR c++/71173 - wrong qualified lookupJason Merrill1-6/+24
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis1-0/+1
2016-05-23re PR c++/69095 (internal compiler error: in dependent_type_p, at cp/pt.c:19399)Paolo Carlini1-0/+3
2016-05-19PR c++/71184: Fix NULL dereference in cp_parser_operatorDavid Malcolm1-2/+3
2016-05-18re PR c++/69793 (ICE on invalid code in "cp_lexer_peek_nth_token")Paolo Carlini1-4/+4
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill1-22/+13
2016-05-13Improve diagnostic for forgotten ().Jason Merrill1-9/+3
2016-05-05c-parser.c (c_parser_switch_statement): Add IF_P argument, parse it through t...Jakub Jelinek1-1/+1
2016-05-04c.opt (Wdangling-else): New option.Marek Polacek1-1/+1
2016-05-02c-common.h (enum c_omp_region_type): Define.Cesar Philippidis1-11/+11
2016-05-02PR c++/62314: add fixit hint for missing "template <> " in explicit specializ...David Malcolm1-2/+16
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis1-3/+3
2016-04-27re PR c++/69024 ([cilkpus] cilk_spawn is broken for initializations with impl...Ryan Burn1-0/+1
2016-04-27invoke.texi (Warning Options): Add -Wmemset-elt-size.Bernd Schmidt1-13/+12
2016-04-26Fix PR c++/70241 (inconsistent access with in-class enumeration)Patrick Palka1-3/+5
2016-04-22* parser.c (cp_parser_perform_range_for_lookup): Decay the array.Jason Merrill1-2/+2
2016-04-21re PR c++/70513 (ICE on invalid C++ code on x86_64-linux-gnu: Segmentation fa...Marek Polacek1-0/+10
2016-04-20re PR c++/69363 (ICE when doing a pragma simd reduction with max)Ilya Verbin1-1/+1
2016-04-15re PR c/70436 (-Wparentheses missing ambiguous else warning)Jakub Jelinek1-102/+127
2016-04-14re PR c++/70622 (auto specifier don't deduce value type and its pointer type ...Jason Merrill1-12/+44
2016-04-12re PR c++/68722 (internal compiler error: in merge_exception_specifiers, at c...Paolo Carlini1-2/+1
2016-04-06Fix C++ side of PR c/70436 (missing -Wparentheses warnings)Patrick Palka1-10/+10