summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez2008-10-291-4/+4
* re PR debug/37020 (FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not ...Jakub Jelinek2008-10-211-11/+2
* re PR c/30260 (Enumeration types and enumeration constants erroneously given ...Manuel López-Ibáñez2008-10-191-11/+21
* c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez2008-10-061-1/+1
* c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez2008-09-231-2/+4
* c-common.c (c_expand_decl): Remove.Paolo Bonzini2008-09-091-9/+0
* Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner2008-08-301-0/+25
* re PR c/31673 ("`for' loop initial declaration used outside C99 mode" is conf...Manuel López-Ibáñez2008-08-271-2/+8
* c-tree.h (grokfield): New argument.Aldy Hernandez2008-08-211-3/+6
* diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez2008-08-211-70/+91
* diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez2008-08-201-5/+5
* re PR c/30551 (-pedantic does not include -Wmain, but -pedantic-errors does m...Manuel López-Ibáñez2008-08-131-28/+15
* re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez2008-08-131-14/+16
* re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez2008-08-081-52/+50
* c-decl.c (merge_decls): Do not handle DECL_INLINE.Jan Hubicka2008-07-291-30/+6
* re PR c/34985 (Warning "defined but not used" despite __attribute__((__used__)))Manuel López-Ibáñez2008-07-291-0/+6
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-5/+12
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-38/+7
* re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez2008-07-231-107/+103
* Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner2008-07-231-0/+11
* Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola2008-07-211-8/+2
* c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and DECL_IN_SYSTEM_HEADER i...Rafael Avila de Espindola2008-07-161-12/+21
* objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead of DECL_IN_SY...Rafael Avila de Espindola2008-07-141-1/+4
* c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.Ian Lance Taylor2008-07-111-2/+4
* c-decl.c (merge_decls): Use !current_function_decl to check for extern declar...Joseph Myers2008-06-261-2/+1
* cgraph.h (cgraph_mark_if_needed): New function.Jan Hubicka2008-06-181-2/+2
* re PR c/36507 (ISO C99 inline semantics doesn't play together with nested fun...Jakub Jelinek2008-06-131-3/+7
* [multiple changes]Kenneth Zadeck2008-05-071-2/+2
* c-decl.c (grokdeclarator): Comment typo.Alan Modra2008-05-071-1/+1
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-1/+1
* re PR c/35751 (ICE with invalid variable after #pragma omp parallel)Jakub Jelinek2008-04-151-1/+4
* tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini2008-04-031-10/+0
* c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini2008-04-031-6/+10
* re PR c/35750 (ICE with invalid old-style parameter declaration)Volker Reichelt2008-03-311-2/+4
* c-decl.c (merge_decls): Use DECL_USER_ALIGN() on olddecl to update the respec...Jan Beulich2008-02-271-1/+1
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-12/+0
* re PR other/32948 (five warnings and a patch)Ben Elliston2008-02-251-5/+0
* re PR c/35017 (PR11377 pedwarns even about valid code)Jakub Jelinek2008-01-301-0/+1
* re PR c++/33407 (C++ operator new and new expression do not change dynamic type)Ian Lance Taylor2008-01-181-1/+3
* c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wretur...Doug Kwan2008-01-131-1/+1
* re PR bootstrap/34003 (gcc trunk unable to bootstrap itself; Unsatisfied symb...Jakub Jelinek2007-12-161-0/+3
* PR 34081/C++Andreas Krebbel2007-11-261-1/+1
* tree.h (struct tree_block): Move locus member next to flags.Richard Guenther2007-11-251-3/+3
* re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)Joseph Myers2007-11-221-9/+2
* c-decl.c (grokdeclarator): Set decl source locations.Tom Tromey2007-11-011-0/+4
* c-decl.c (finish_declspecs): When _Sat is used without _Fract or _Accum, set ...Nigel Stephens2007-09-211-3/+6
* c-decl.c (check_bitfield_type_and_width): Don't allow _Bool bit-fields wider ...Joseph Myers2007-09-201-4/+1
* c-decl.c (pushdecl): Don't set DECL_LANG_SPECIFIC.Tom Tromey2007-09-171-7/+0
* c-tree.h (grokfield): Add a "tree *" argument.Richard Sandiford2007-09-121-15/+19
* decl.c (java_expand_body): Kill.Jan Hubicka2007-09-111-1/+1