aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-6/+81
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-10/+10
2019-05-17[PR89433] Repeated use of the C/C++ OpenACC 'routine' directiveThomas Schwinge1-21/+25
2019-05-17[PR89433] Use 'oacc_verify_routine_clauses' for C/C++ OpenACC 'routine' direc...Thomas Schwinge1-0/+8
2019-05-17[PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attributeThomas Schwinge1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-7/+7
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska1-1/+2
2019-04-26re PR debug/90197 (Cannot step through simple loop at -O -g)Jakub Jelinek1-18/+35
2019-03-14c-tree.h (enum c_declspec_il): New.Richard Biener1-18/+18
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-02-22PR c/89425 - -Wabsolute-value warns in dead subexpressionsMartin Sebor1-0/+4
2019-02-22[C, C++] Use correct location information for OpenACC shape and simple clausesThomas Schwinge1-14/+14
2019-02-19re PR c/87924 (OpenACC wait clauses without async-arguments)Chung-Lin Tang1-1/+9
2019-02-06re PR c/89211 (ICE in int_mode_for_mode, at stor-layout.c:403)Jakub Jelinek1-4/+6
2019-01-07re PR c++/85052 (Implement support for clang's __builtin_convertvector)Jakub Jelinek1-9/+42
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19c/c++, asm: Use nicer error for const and restrictSegher Boessenkool1-0/+6
2018-12-19c/c++, asm: Use nicer error for duplicate asm qualifiersSegher Boessenkool1-20/+37
2018-12-19c/c++, asm: Write the asm-qualifier loop without "done" booleanSegher Boessenkool1-34/+31
2018-12-08c: Delete a stray line in asm inlineSegher Boessenkool1-1/+0
2018-12-06asm inlineSegher Boessenkool1-4/+17
2018-12-06asm qualifiers (PR55681)Segher Boessenkool1-31/+43
2018-12-04OpenACC wait list diagnostic changeJulian Brown1-8/+0
2018-11-20c-parser.c (c_parser_has_attribute_expression): New function.Martin Sebor1-89/+251
2018-11-09c-parser.c (c_parser_omp_clause_final): Use c_parser_expr_no_commas...Jakub Jelinek1-11/+26
2018-11-09c-parser.c (c_parser_omp_clause_reduction): Call sorry_at on reduction clause...Jakub Jelinek1-1/+5
2018-11-09c-parser.c (c_parser_omp_requires): Call sorry_at on requires clauses other t...Jakub Jelinek1-0/+3
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-115/+1141
2018-10-29C++: simplify output from suggest_alternatives_forDavid Malcolm1-6/+6
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-20/+40
2018-09-26[PR 87347] Prevent segfaults if TYPE_ARG_TYPES is NULLMartin Jambor1-2/+5
2018-09-17Add -Wabsolute-valueMartin Jambor1-6/+150
2018-09-02c-common.c (braced_list_to_string): Remove eval parameter.Bernd Edlinger1-9/+0
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-4/+2
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-8/+14
2018-08-13PR tree-optimization/71625 - missing strlen optimization on different array i...Martin Sebor1-0/+9
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-78/+37
2018-05-02re PR c/30552 (gcc crashes when compiling examples with GNU statement express...David Pagan1-1/+4
2018-03-21Adjust __builtin_tgmath handling of integer arguments to _FloatN narrowing ma...Joseph Myers1-4/+21
2018-03-06re PR c/84721 (ICE in c_push_function_context, at c-decl.c:9667)Jakub Jelinek1-1/+2
2018-01-31re PR c/81779 (bool define from stdbool.h suppresses -Wdeclaration-after-stat...Marek Polacek1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-01re PR c/83595 (ICE: in linemap_macro_map_lookup, at libcpp/line-map.c:1008 on...Jakub Jelinek1-10/+10
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-24/+120
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+20
2017-12-07Allow _Alignas in compound literals (C11 DR#444).Joseph Myers1-8/+37
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek1-2/+4
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-955/+37
2017-11-23c-parser.c (c_parser_omp_declare_simd): Reject declare simd in pragma_stmt co...Jakub Jelinek1-1/+1