aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-03tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini1-10/+0
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini1-6/+10
2008-03-31re PR c/35750 (ICE with invalid old-style parameter declaration)Volker Reichelt1-2/+4
2008-02-27c-decl.c (merge_decls): Use DECL_USER_ALIGN() on olddecl to update the respec...Jan Beulich1-1/+1
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-12/+0
2008-02-25re PR other/32948 (five warnings and a patch)Ben Elliston1-5/+0
2008-01-30re PR c/35017 (PR11377 pedwarns even about valid code)Jakub Jelinek1-0/+1
2008-01-18re PR c++/33407 (C++ operator new and new expression do not change dynamic type)Ian Lance Taylor1-1/+3
2008-01-13c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wretur...Doug Kwan1-1/+1
2007-12-16re PR bootstrap/34003 (gcc trunk unable to bootstrap itself; Unsatisfied symb...Jakub Jelinek1-0/+3
2007-11-26PR 34081/C++Andreas Krebbel1-1/+1
2007-11-25tree.h (struct tree_block): Move locus member next to flags.Richard Guenther1-3/+3
2007-11-22re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)Joseph Myers1-9/+2
2007-11-01c-decl.c (grokdeclarator): Set decl source locations.Tom Tromey1-0/+4
2007-09-21c-decl.c (finish_declspecs): When _Sat is used without _Fract or _Accum, set ...Nigel Stephens1-3/+6
2007-09-20c-decl.c (check_bitfield_type_and_width): Don't allow _Bool bit-fields wider ...Joseph Myers1-4/+1
2007-09-17c-decl.c (pushdecl): Don't set DECL_LANG_SPECIFIC.Tom Tromey1-7/+0
2007-09-12c-tree.h (grokfield): Add a "tree *" argument.Richard Sandiford1-15/+19
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka1-1/+1
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-1/+1
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-09-02re PR middle-end/33272 (Compiler does not take advantage of restrict)Joseph Myers1-0/+2
2007-08-28tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther1-0/+10
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-24varpool.c (varpool_last_needed_node): Fix comment typo.Tom Tromey1-6/+2
2007-08-20c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu1-3/+178
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-6/+5
2007-07-09decl.c (start_preparsed_function): Do not promote return type.Richard Guenther1-12/+0
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-1/+1
2007-06-09c-decl.c (grokdeclarator): Added 'deprecated_state' argument.Tom Tromey1-21/+26
2007-06-04c-tree.h (start_enum): Update.Tom Tromey1-20/+9
2007-05-20re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-7/+0
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-1/+1
2007-05-11semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.Jan Hubicka1-8/+0
2007-04-21tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.Andrew Pinski1-1/+1
2007-04-14re PR c/31520 (Latent bug in finish_decl causing an errorous "array subscript...Andrew Pinski1-1/+3
2007-03-12invoke.texi (Wvla): New warning.Seongbae Park1-11/+56
2007-03-08re PR c/31072 ([4.2 Rgression] Wrong code for volatile var with initalization...Andrew Pinski1-5/+1
2007-03-08c-decl.c (grokdeclarator): Disable warnings for anonymous bitfields.Alexandre Oliva1-0/+2
2007-03-05c.opt (fgnu89-inline): New option.Ian Lance Taylor1-26/+9
2007-02-26c-decl.c (static_ctors): Move to c-common.c.Mark Mitchell1-36/+6
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-22/+0
2007-02-15re PR c/26494 (-pedantic-errors can be overridden by -W*)Manuel López-Ibáñez1-10/+8
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-8/+1
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-01-29007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel López-Ibáñez1-7/+3
2007-01-02re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-2/+3
2006-12-23re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-2/+2