aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pragma.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1656/+0
2022-01-05Avoid more -Wformat-diag warnings [PR103758]Marek Polacek1-6/+10
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-16opts: do not do sanity check when an error is seenMartin Liska1-1/+1
2021-11-29Remove unreachable returnsRichard Biener1-8/+2
2021-11-10attribs: Implement -Wno-attributes=vendor::attr [PR101940]Marek Polacek1-2/+35
2021-11-09c: more precise locations for some -Wpragmas diagnosticsDavid Malcolm1-12/+21
2021-08-20openmp: Implement the error directiveJakub Jelinek1-0/+1
2021-08-18openmp: Add nothing directive supportJakub Jelinek1-0/+1
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek1-0/+1
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-0/+1
2021-06-01Fix sanity checking of global_options.Martin Liska1-0/+2
2021-05-25Improve global state for options.Martin Liska1-4/+12
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-09OpenMP: C/C++ parse 'omp allocate'Tobias Burnus1-0/+1
2020-12-08openmp: -fopenmp-simd fixes [PR98187]Jakub Jelinek1-1/+1
2020-11-09c-family: Avoid unnecessary work when -Wpragmas is being ignoredPatrick Palka1-10/+9
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-5/+8
2020-06-10Add gcc_assert that &global_options are not dirty modified.Martin Liska1-0/+11
2020-02-25c: Small diagnostics tweak - add missing ? after did you mean [PR93858]Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-0/+1
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-0/+1
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-0/+1
2019-06-05c-pragma.c (handle_pragma_weak): Adjust quoting in a diagnostic.Martin Sebor1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-27/+32
2019-04-30Add option suggestion for -Werror=foo and corresponding pragma.Martin Liska1-2/+11
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-0/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-0/+4
2017-11-28Remove Cilk Plus support.Julia Koval1-22/+0
2017-09-15c-pragma.c (handle_pragma_scalar_storage_order): Expand on error message for ...Eric Botcazou1-1/+13
2017-09-01re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)Jakub Jelinek1-1/+1
2017-08-29Fix --help=target (PR other/39851).Martin Liska1-1/+1
2017-06-11tree.h (id_equal): New.Jason Merrill1-2/+2
2017-05-18c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.Marek Polacek1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23re PR target/78451 (FAIL: gcc.target/i386/sse-22a.c: error: inlining failed i...Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-06-29Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLAREThomas Schwinge1-1/+1
2016-02-19re PR c++/69826 (problem with cilkplus pragma and preprocessor variable)Jakub Jelinek1-1/+8
2016-02-01re PR preprocessor/69543 (_Pragma does not apply within macro)Jakub Jelinek1-1/+4
2016-01-15re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Jakub Jelinek1-2/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-08re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected)Jakub Jelinek1-1/+5
2015-12-01OpenACC host_data support.Julian Brown1-0/+1
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris1-0/+1