aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-14* c-decl.c, var-tracking.c: Fix comment typos.Kazu Hirata1-1/+1
2006-08-13re PR c/27184 (Wrong code with pointers to arrays and types and strict aliasing)Alexandre Oliva1-15/+25
2006-08-05re PR c/28502 (ICE with invalid declaration after definition)Volker Reichelt1-2/+8
2006-07-24re PR c/25795 (Proccessing the attribute externally_visible too early)Jan Hubicka1-1/+1
2006-07-05re PR c++/13983 (no warning on some non-POD struct with packed attribute)Jason Merrill1-2/+0
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-6/+4
2006-06-05re PR c/25161 (Internal compiler error (segfault) instead of error message)Joseph Myers1-1/+20
2006-05-26Fix whitespacingMike Stump1-141/+141
2006-05-22re PR c/26818 (tree check: expected class ‘type’, have ‘exceptional’ ...Volker Reichelt1-0/+3
2006-05-18Whitespace fixupsMike Stump1-107/+107
2006-05-18Fix up vla, vm and [*] sematics.Mike Stump1-15/+72
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-23/+0
2006-01-19re PR testsuite/25171 (FAIL: gfortran.dg/mixed_io_1.f90)John David Anglin1-0/+1
2006-01-19* c-decl.c (add_flexible_array_elts_to_size): Simplify vector accesses.Richard Sandiford1-4/+2