summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* c-decl.c (static_ctors): Move to c-common.c.Mark Mitchell2007-02-261-36/+6
* extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell2007-02-251-22/+0
* re PR c/26494 (-pedantic-errors can be overridden by -W*)Manuel López-Ibáñez2007-02-151-10/+8
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-101-8/+1
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* 007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel López-Ibáñez2007-01-291-7/+3
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2007-01-021-2/+3
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2006-12-231-2/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-2/+2
* re PR c/27953 (ICE with invalid function definitions)Lee Millward2006-12-021-2/+2
* re PR c/29955 (ICE with -fopenmp -fexceptions)Jakub Jelinek2006-11-241-10/+18
* c-common.c (c_common_attributes): Add gnu_inline attribyte.Jakub Jelinek2006-11-081-16/+70
* c-decl.c (WANT_C99_INLINE_SEMANTICS): New, set to 1.Geoffrey Keating2006-11-041-0/+12
* re PR c/16622 ([C99] extern inline is handled wrong in C99 mode)Geoffrey Keating2006-11-011-45/+82
* re PR c++/6321 (no warning for bad main function declaration)Dirk Mueller2006-10-301-44/+1
* decl.c: Include langhooks.h.Rafael Ávila de Espíndola2006-10-231-26/+5
* re PR c/28419 (ICE using __FUNCTION__ in invalid code)Jan Hubicka2006-10-131-1/+10
* Revert emutls patch.Richard Henderson2006-10-091-1/+8
* gimplify.c (gimplify_type_sizes): Don't recurse on the pointed-to type.Olivier Hainque2006-10-061-0/+34
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-8/+1
* re PR c/28504 (ICE with variable sized array)Joseph Myers2006-09-091-0/+4
* re PR c/28299 (ICE with -Wmissing-prototypes)Joseph Myers2006-08-251-0/+2
* * c-decl.c, var-tracking.c: Fix comment typos.Kazu Hirata2006-08-141-1/+1
* re PR c/27184 (Wrong code with pointers to arrays and types and strict aliasing)Alexandre Oliva2006-08-131-15/+25
* re PR c/28502 (ICE with invalid declaration after definition)Volker Reichelt2006-08-051-2/+8
* re PR c/25795 (Proccessing the attribute externally_visible too early)Jan Hubicka2006-07-241-1/+1
* re PR c++/13983 (no warning on some non-POD struct with packed attribute)Jason Merrill2006-07-051-2/+0
* re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill2006-06-291-6/+4
* re PR c/25161 (Internal compiler error (segfault) instead of error message)Joseph Myers2006-06-051-1/+20
* Fix whitespacingMike Stump2006-05-261-141/+141
* re PR c/26818 (tree check: expected class ‘type’, have ‘exceptional’ ...Volker Reichelt2006-05-221-0/+3
* Whitespace fixupsMike Stump2006-05-181-107/+107
* Fix up vla, vm and [*] sematics.Mike Stump2006-05-181-15/+72
* re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell2006-04-231-23/+0
* re PR testsuite/25171 (FAIL: gfortran.dg/mixed_io_1.f90)John David Anglin2006-01-191-0/+1
* * c-decl.c (add_flexible_array_elts_to_size): Simplify vector accesses.Richard Sandiford2006-01-191-4/+2
* re PR c/25805 (Incorrect handling of zero-initialized flexible arrays)Richard Sandiford2006-01-191-0/+32
* [multiple changes]Diego Novillo2006-01-181-9/+36
* PR c++/23171, c++/23172, c++/25417.Mark Mitchell2005-12-271-10/+2
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-0/+98
* re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell2005-11-281-1/+3
* re PR c/21668 (gratuitous warning about "extern const" with initializer)Gabriel Dos Reis2005-11-231-2/+7
* c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump2005-11-181-9/+0
* c-decl.c (lookup_name_two): Add.Mike Stump2005-11-161-0/+9
* re PR c/24644 (gcc-4.1 compiled ppc64 kernels do not boot)Andrew Pinski2005-11-091-3/+2
* re PR c/23228 (Silly "unused variable" warning after redeclaration of a local...Steven Bosscher2005-10-191-1/+6
* re PR c/23576 (tree check: expected class ‘type’, have exceptional’ (er...Richard Guenther2005-10-041-9/+12
* re PR middle-end/23125 (OpenBSD's zic.c causes g++ but not gcc to segfault)Andrew Pinski2005-10-041-2/+0
* re PR middle-end/24109 (non unit-at-a-time failure with compound literals)Jakub Jelinek2005-09-291-2/+12
* re PR debug/23190 (debug info omitted for uninitialized variables (stabs))Richard Henderson2005-09-081-15/+41