aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pragma.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-0/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-3/+2
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-1/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-5/+2
2014-03-13re PR middle-end/36282 (Spurious warning "asm declaration ignored due to conf...Jakub Jelinek1-3/+10
2014-03-03c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_SIMD.Jakub Jelinek1-1/+8
2014-02-19re PR c++/60267 (ICE in c_pp_lookup_pragma, at c-family/c-pragma.c:1232; ICE ...Jakub Jelinek1-2/+3
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+4
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus1-8/+30
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+2
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam1-3/+3
2013-10-11target.c: New file.Jakub Jelinek1-0/+9
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-1/+6
2013-04-07* c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.Steven Bosscher1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-44/+31
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-9/+6
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+3
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-2/+13
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-1/+1
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth1-24/+2
2011-11-15c-pragma.h (pragma_extern_prefix): Declare.Tristan Gingold1-1/+2
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+1
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill1-16/+33
2011-06-20c-pragma.h (pragma_handler_1arg, [...]): New handler.Pierre Vittet1-17/+85
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-21tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove.Joseph Myers1-31/+0
2010-11-12opts-common.c (control_warning_option): New.Joseph Myers1-9/+6
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-2/+2
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-5/+9