aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-28c-pragma.c (handle_pragma_message): New function.Simon Baldwin1-0/+35
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-0/+309
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-5/+6
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-0/+2
2008-02-27c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA and CPP_PRAGMA_EOL.Jakub Jelinek1-26/+82
2008-02-14re PR preprocessor/35061 (#pragma pop_macro causes ICE if no macro value on ...Danny Smith1-3/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-03-30directives.c (lex_macro_node_from_str): New.Richard Henderson1-0/+142
2006-07-18re PR c/28286 (ICE with invalid value in #pragma pack)Volker Reichelt1-0/+4
2006-05-18Whitespace fixupsMike Stump1-35/+35
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill1-30/+37
2006-01-27c-pragma.c (init_pragma): Call c_register_pragma_with_expansion for pragma re...Carlos O'Donell1-1/+1
2006-01-18c-pragma.c (handle_pragma_diagnostic): New.DJ Delorie1-3/+53
2006-01-18[multiple changes]Diego Novillo1-0/+26
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-10/+48
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-1/+1
2005-11-26c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson1-20/+20
2005-07-19toplev.h: Add comment about the first parameter for warning().DJ Delorie1-17/+18
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-1/+1
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-2/+3
2005-05-30re PR c/20303 ([4.0 only] Can't push more than 16 nested visibility)H.J. Lu1-10/+14
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-2/+4
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-16/+16
2004-11-29[multiple changes]Joseph Myers1-0/+32
2004-11-23sol2-c.c (solaris_register_pragmas): Use c_register_pragma_with_expansion.Daniel Jacobowitz1-2/+13
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-3/+3
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-12/+12
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-1/+1
2004-09-03re PR c/7054 (#pragma pack handled incorrectly)Jan Beulich1-63/+44
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-0/+83
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-1/+1
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-5/+5
2004-06-22c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating1-0/+2
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-71/+152
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+3
2004-05-07re PR c++/14962 (g++ ignores #pragma redefine_extname)Eric Botcazou1-1/+2
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-11-13re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka1-1/+1
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-2/+2
2003-07-21c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME when it's...Geoffrey Keating1-8/+15
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-19c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.Gabriel Dos Reis1-1/+2
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg1-0/+1
2003-06-19c-aux-info.c: Convert to ISO C99.Andreas Jaeger1-35/+21