aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-2/+2
2006-12-02re PR c/27953 (ICE with invalid function definitions)Lee Millward1-2/+2
2006-11-24re PR c/29955 (ICE with -fopenmp -fexceptions)Jakub Jelinek1-10/+18
2006-11-08c-common.c (c_common_attributes): Add gnu_inline attribyte.Jakub Jelinek1-16/+70
2006-11-04c-decl.c (WANT_C99_INLINE_SEMANTICS): New, set to 1.Geoffrey Keating1-0/+12
2006-11-01re PR c/16622 ([C99] extern inline is handled wrong in C99 mode)Geoffrey Keating1-45/+82
2006-10-30re PR c++/6321 (no warning for bad main function declaration)Dirk Mueller1-44/+1
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-26/+5
2006-10-13re PR c/28419 (ICE using __FUNCTION__ in invalid code)Jan Hubicka1-1/+10
2006-10-09Revert emutls patch.Richard Henderson1-1/+8
2006-10-06gimplify.c (gimplify_type_sizes): Don't recurse on the pointed-to type.Olivier Hainque1-0/+34
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-8/+1
2006-09-09re PR c/28504 (ICE with variable sized array)Joseph Myers1-0/+4
2006-08-25re PR c/28299 (ICE with -Wmissing-prototypes)Joseph Myers1-0/+2