[Fortran] gfortran.texi - minor style cleanup
[gcc.git] / gcc / c / c-parser.c
2020-01-16 Kerem KatFix ICE caused by swallowing a token in c_parser_consum...
2020-01-10 Tobias BurnusOpenACC – support "if" + "if_present" clauses with...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-20 Julian BrownOpenACC 2.6 deep copy: C and C++ front-end parts
2019-12-18 Julian BrownAdd OpenACC 2.6's no_create
2019-11-29 Joseph MyersHandle C2x attributes in Objective-C.
2019-11-25 Joseph MyersProperly handle C2x attributes on types.
2019-11-19 Joseph MyersChange some bad uses of C2x attributes into pedwarns.
2019-11-18 Matthew Malcomson[mid-end][__RTL] Clean state despite unspecified __RTL...
2019-11-15 Joseph MyersDiagnose duplicate C2x standard attributes.
2019-11-15 Joseph MyersImprove checks on C2x fallthrough attribute.
2019-11-15 Joseph MyersSupport C2x [[deprecated]] attribute.
2019-11-14 Joseph MyersSupport UTF-8 character constants for C2x.
2019-11-14 Jakub Jelinekc-parser.c (c_parser_omp_context_selector): Don't requi...
2019-11-14 Jakub Jelinekomp-general.c (omp_context_name_list_prop): New function.
2019-11-14 Joseph MyersSupport C2x [[]] attributes for C.
2019-11-12 Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-11 Jakub Jelinekc-parser.c (c_parser_translation_unit): Diagnose declar...
2019-11-07 Joseph MyersExpand C2x attribute parsing support and factor out...
2019-11-07 Joseph MyersMove string concatenation for C into the parser.
2019-11-02 Jakub Jelinekgimplify.h (omp_construct_selector_matches): Change...
2019-10-24 Jakub Jelinekgimplify.h (omp_construct_selector_matches): Declare.
2019-10-15 Joseph MyersRename attribute-related functions and productions...
2019-10-14 Jakub Jelinekc-parser.c (c_parser_omp_all_clauses): Change bool...
2019-10-12 Jakub Jelinekc-common.h (c_omp_mark_declare_variant, [...]): Declare.
2019-10-10 Jakub Jelinekc-common.h (c_omp_check_context_selector, [...]): Declare.
2019-10-02 Joseph MyersHandle :: tokens in C for C2x.
2019-09-27 Jakub Jelinekre PR c++/88203 (assert does not compile with OpenMP...
2019-08-23 Iain Sandoe[PATCH, c-family] Fix a PCH thinko (and thus PR61250).
2019-08-22 Eric Botcazouc-parser.c (c_parser_declaration_or_fndef): Set DECL_AR...
2019-08-10 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVI...
2019-08-09 Jakub Jelinekc-parser.c (check_no_duplicate_clause): Simplify using...
2019-08-09 Jakub Jelinekre PR c/91401 (schedule + dist_schedule clauses rejecte...
2019-08-07 Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-07-31 Jakub Jelinekre PR c/91192 (non-deterministic ICE on invalid)
2019-07-20 Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-12 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-25 Jozef LawrynowiczImplement alternate "__intN__" form of "__intN" type
2019-06-10 Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-06-05 Martin Seborc-decl.c (start_decl): Adjust quoting and hyphenation...
2019-05-17 Thomas Schwinge[PR89433] Repeated use of the C/C++ OpenACC 'routine...
2019-05-17 Thomas Schwinge[PR89433] Use 'oacc_verify_routine_clauses' for C/C...
2019-05-17 Thomas Schwinge[PR89433] Refer to OpenACC 'routine' clauses from ...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-09 Martin LiskaSupport profile (BB counts and edge probabilities)...
2019-04-26 Jakub Jelinekre PR debug/90197 (Cannot step through simple loop...
2019-03-14 Richard Bienerc-tree.h (enum c_declspec_il): New.
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-02-22 Martin SeborPR c/89425 - -Wabsolute-value warns in dead subexpressions
2019-02-22 Thomas Schwinge[C, C++] Use correct location information for OpenACC...
2019-02-19 Chung-Lin Tangre PR c/87924 (OpenACC wait clauses without async-argum...
2019-02-06 Jakub Jelinekre PR c/89211 (ICE in int_mode_for_mode, at stor-layout...
2019-01-07 Jakub Jelinekre PR c++/85052 (Implement support for clang's __builti...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-19 Segher Boessenkoolc/c++, asm: Use nicer error for const and restrict
2018-12-19 Segher Boessenkoolc/c++, asm: Use nicer error for duplicate asm qualifiers
2018-12-19 Segher Boessenkoolc/c++, asm: Write the asm-qualifier loop without "done...
2018-12-08 Segher Boessenkoolc: Delete a stray line in asm inline
2018-12-06 Segher Boessenkoolasm inline
2018-12-06 Segher Boessenkoolasm qualifiers (PR55681)
2018-12-04 Julian BrownOpenACC wait list diagnostic change
2018-11-21 Martin Seborc-parser.c (c_parser_has_attribute_expression): New...
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_clause_final): Use c_parser_ex...
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_clause_reduction): Call sorry_...
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_requires): Call sorry_at on...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-10-29 David MalcolmC++: simplify output from suggest_alternatives_for
2018-10-17 Joseph MyersAdd -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-09-26 Martin Jambor[PR 87347] Prevent segfaults if TYPE_ARG_TYPES is NULL
2018-09-17 Martin JamborAdd -Wabsolute-value
2018-09-02 Bernd Edlingerc-common.c (braced_list_to_string): Remove eval parameter.
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-13 Martin SeborPR tree-optimization/71625 - missing strlen optimizatio...
2018-06-20 Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-05-02 David Paganre PR c/30552 (gcc crashes when compiling examples...
2018-03-21 Joseph MyersAdjust __builtin_tgmath handling of integer arguments...
2018-03-06 Jakub Jelinekre PR c/84721 (ICE in c_push_function_context, at c...
2018-01-31 Marek Polacekre PR c/81779 (bool define from stdbool.h suppresses...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-31 Jakub Jelinekre PR c/83595 (ICE: in linemap_macro_map_lookup, at...
2017-12-22 Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-12-12 Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-07 Joseph MyersAllow _Alignas in compound literals (C11 DR#444).
2017-12-01 Jakub Jelinekre PR c/79153 (-Wimplicit-fallthrough missed warning)
2017-11-30 Jakub Jelinekspellcheck-tree.c (test_find_closest_identifier): Use...
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-11-23 Jakub Jelinekc-parser.c (c_parser_omp_declare_simd): Reject declare...
2017-11-23 Eric Botcazougeneric.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-20 David Malcolmc-family: add name_hint/deferred_diagnostic
2017-11-19 Jakub Jelinekre PR c/66618 (Failure to diagnose non-constant initial...
2017-11-15 Joseph MyersAdd __builtin_tgmath for better tgmath.h implementation...
2017-10-31 David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-25 David MalcolmC: detect more missing semicolons (PR c/7356)
2017-10-12 David MalcolmC/C++: add fix-it hints for various missing symbols
2017-10-10 Richard SandifordRequire wi::to_wide for trees
2017-10-04 David MalcolmC: underline parameters in mismatching function calls
2017-09-16 Tom de VriesFix condition folding in c_parser_omp_for_loop
2017-09-01 Jakub Jelinekre PR c/81887 (pragma omp ordered simd ignored under...
next