summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)Author
2009-04-02c-decl.c (merge_decls): Make sure newdecl and olddecl don't share the argumen...Rafael Avila de Espindola
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli
2009-04-01re PR c/39605 ("error: variable-size type declared outside of any function" i...Joseph Myers
2009-03-30re PR debug/39563 (C block scopes have no DW_TAG_lexical_block)Jakub Jelinek
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2009-02-10re PR c/39084 (ice on struct redefinition)Steve Ellcey
2009-02-06re PR c/36432 (“incompatible pointer type” with pointer to array as a str...Joseph Myers
2009-02-04re PR c/29129 ([DR#341] unnamed parameters using [*])Joseph Myers
2009-02-03re PR inline-asm/39059 (ICE with fixed-point type in inline-asm)Jakub Jelinek
2009-01-30re PR target/39013 (Missing @PLT when -fpie is used)Jakub Jelinek
2009-01-23c-decl.c (finish_struct): Move code to set DECL_PACKED after DECL_BIT_FIELD i...Adam Nemet
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez
2008-10-21re PR debug/37020 (FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not ...Jakub Jelinek
2008-10-19re PR c/30260 (Enumeration types and enumeration constants erroneously given ...Manuel López-Ibáñez
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner
2008-08-27re PR c/31673 ("`for' loop initial declaration used outside C99 mode" is conf...Manuel López-Ibáñez
2008-08-21c-tree.h (grokfield): New argument.Aldy Hernandez
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez
2008-08-13re PR c/30551 (-pedantic does not include -Wmain, but -pedantic-errors does m...Manuel López-Ibáñez
2008-08-13re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez
2008-07-29c-decl.c (merge_decls): Do not handle DECL_INLINE.Jan Hubicka
2008-07-29re PR c/34985 (Warning "defined but not used" despite __attribute__((__used__)))Manuel López-Ibáñez
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola
2008-07-16c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and DECL_IN_SYSTEM_HEADER i...Rafael Avila de Espindola
2008-07-14objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead of DECL_IN_SY...Rafael Avila de Espindola
2008-07-11c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.Ian Lance Taylor
2008-06-26c-decl.c (merge_decls): Use !current_function_decl to check for extern declar...Joseph Myers
2008-06-18cgraph.h (cgraph_mark_if_needed): New function.Jan Hubicka
2008-06-13re PR c/36507 (ISO C99 inline semantics doesn't play together with nested fun...Jakub Jelinek
2008-05-07[multiple changes]Kenneth Zadeck
2008-05-07c-decl.c (grokdeclarator): Comment typo.Alan Modra
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka
2008-04-15re PR c/35751 (ICE with invalid variable after #pragma omp parallel)Jakub Jelinek
2008-04-03tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini
2008-03-31re PR c/35750 (ICE with invalid old-style parameter declaration)Volker Reichelt