aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pragma.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-11re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Dominique d'Humieres1-3/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-10omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell1-0/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-0/+50
2015-11-03OpenACC atomic directiveThomas Schwinge1-0/+1
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-13/+7
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-0/+1
2015-09-23[c-family/49654/49655] reject invalid options in pragma diagnosticManuel López-Ibáñez1-14/+32
2015-09-18Misplaced return in previous commit.Manuel López-Ibáñez1-1/+1
2015-09-18Use explicit locations for some warnings in c-pragma.c.Manuel López-Ibáñez1-14/+30
2015-08-19remove more useless typedefsTrevor Saunders1-10/+10
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-2/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-20c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.Marek Polacek1-4/+3
2015-02-27re PR c/35330 (ICE with invalid pragma weak)Kai Tietz1-0/+3
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+31
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4