summaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Joseph Myers2004-11-291-0/+32
* sol2-c.c (solaris_register_pragmas): Use c_register_pragma_with_expansion.Daniel Jacobowitz2004-11-231-2/+13
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-1/+1
* c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers2004-10-031-3/+3
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers2004-09-131-12/+12
* c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell2004-09-071-1/+1
* re PR c/7054 (#pragma pack handled incorrectly)Jan Beulich2004-09-031-63/+44
* re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas2004-07-251-0/+83
* basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti2004-07-261-1/+1
* c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti2004-07-251-5/+5
* c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating2004-06-221-0/+2
* c-common.h (has_c_linkage): New interface.Zack Weinberg2004-06-201-71/+152
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-2/+3
* re PR c++/14962 (g++ ignores #pragma redefine_extname)Eric Botcazou2004-05-071-1/+2
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-1/+1
* re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka2003-11-131-1/+1
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-2/+2
* c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME when it's...Geoffrey Keating2003-07-211-8/+15
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-1/+1
* c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.Gabriel Dos Reis2003-07-191-1/+2
* c-decl.c: Fix typos in several comments.Zack Weinberg2003-07-171-0/+1
* c-aux-info.c: Convert to ISO C99.Andreas Jaeger2003-06-191-35/+21
* c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij2003-04-291-1/+1
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-1/+1
* c-pragma.c (c_register_pragma): New.Neil Booth2003-01-011-8/+18
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-pragma.h (add_to_renaming_pragma_list): New function.Steve Ellcey2002-07-081-4/+9
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-37/+15
* c-pragma.c (apply_pragma_weak): Convert value identifier to string for decl_a...Richard Henderson2002-05-251-4/+13
* Makefile.in (C_COMMON_H): Fix.Neil Booth2002-05-251-1/+0
* re PR c/6343 (attribute((weak)) not working on second declaration)Franz Sirl2002-04-281-0/+4
* c-pragma.c (maybe_apply_renaming_pragma): New.Richard Henderson2002-03-221-0/+140
* c-decl.c: Include c-pragma.h.Richard Henderson2002-03-141-7/+56
* tm.texi (ASM_WEAKEN_DECL): Document.Alan Modra2002-03-011-2/+3
* re PR bootstrap/3451 (AIX 4.3.2 redefinition of macro)Craig Rodrigues2001-11-131-19/+19
* Makefile.in (c-pragma.o): Depend on output.h.Kaveh R. Ghazi2001-08-311-0/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-2/+2
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-2/+2
* * c-pragma.c (init_pragma): Update for parse_in type change.Neil Booth2000-11-291-6/+3
* Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth2000-11-261-2/+0
* c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth2000-11-251-149/+0
* c-pragma.c (handle_pragma_pack): Initialize align to -1.Mike Coleman2000-10-281-30/+48
* c-pragma.c (handle_pragma_pack): Correct parsing logic so it won't give a spu...Zack Weinberg2000-09-111-22/+19
* c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.Zack Weinberg2000-09-081-7/+3
* c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg2000-09-071-4/+15
* Integrated preprocessor.Zack Weinberg2000-09-071-287/+276
* c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.Mumit Khan2000-04-241-3/+3