aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-04c-common.c (handle_mode_attribute): Use %qE for identifiers in diagnostics.Joseph Myers1-47/+105
2009-04-26re PR c/39581 (VLA types at file scope wrongly rejected)Joseph Myers1-2/+32
2009-04-26re PR c/39556 (statics in C99 inline functions later declared extern)Joseph Myers1-3/+77
2009-04-26c-decl.c (build_enumerator): Allow values folding to integer constants but no...Joseph Myers1-4/+20
2009-04-25re PR c/39564 (variably modified function return types not always diagnosed)Joseph Myers1-2/+8
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-10/+6
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez1-2/+2
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-10/+14
2009-04-19re PR c/38243 (Restrict constraint violation not an error with -pedantic-errors)Joseph Myers1-0/+6
2009-04-14diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo1-3/+0
2009-04-14[multiple changes]Diego Novillo1-0/+4
2009-04-02c-decl.c (merge_decls): Make sure newdecl and olddecl don't share the argumen...Rafael Avila de Espindola1-1/+9
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-62/+1
2009-04-01re PR c/39605 ("error: variable-size type declared outside of any function" i...Joseph Myers1-1/+11
2009-03-30re PR debug/39563 (C block scopes have no DW_TAG_lexical_block)Jakub Jelinek1-21/+58
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-1/+1
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-19/+96
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-10re PR c/39084 (ice on struct redefinition)Steve Ellcey1-0/+2
2009-02-06re PR c/36432 (“incompatible pointer type” with pointer to array as a str...Joseph Myers1-2/+13
2009-02-04re PR c/29129 ([DR#341] unnamed parameters using [*])Joseph Myers1-11/+14
2009-02-03re PR inline-asm/39059 (ICE with fixed-point type in inline-asm)Jakub Jelinek1-8/+14
2009-01-30re PR target/39013 (Missing @PLT when -fpie is used)Jakub Jelinek1-6/+10
2009-01-23c-decl.c (finish_struct): Move code to set DECL_PACKED after DECL_BIT_FIELD i...Adam Nemet1-3/+5
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-1/+62
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-62/+1
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson1-2/+2
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-4/+4
2008-10-21re PR debug/37020 (FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not ...Jakub Jelinek1-11/+2
2008-10-19re PR c/30260 (Enumeration types and enumeration constants erroneously given ...Manuel López-Ibáñez1-11/+21
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-1/+1
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-2/+4
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini1-9/+0
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-0/+25
2008-08-27re PR c/31673 ("`for' loop initial declaration used outside C99 mode" is conf...Manuel López-Ibáñez1-2/+8
2008-08-21c-tree.h (grokfield): New argument.Aldy Hernandez1-3/+6
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-70/+91
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-5/+5
2008-08-13re PR c/30551 (-pedantic does not include -Wmain, but -pedantic-errors does m...Manuel López-Ibáñez1-28/+15
2008-08-13re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez1-14/+16
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-52/+50
2008-07-29c-decl.c (merge_decls): Do not handle DECL_INLINE.Jan Hubicka1-30/+6
2008-07-29re PR c/34985 (Warning "defined but not used" despite __attribute__((__used__)))Manuel López-Ibáñez1-0/+6
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-5/+12
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-38/+7
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-107/+103
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-0/+11
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-8/+2
2008-07-16c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and DECL_IN_SYSTEM_HEADER i...Rafael Avila de Espindola1-12/+21
2008-07-14objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead of DECL_IN_SY...Rafael Avila de Espindola1-1/+4