aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-19re PR c/25805 (Incorrect handling of zero-initialized flexible arrays)Richard Sandiford1-0/+32
2006-01-18[multiple changes]Diego Novillo1-9/+36
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell1-10/+2
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+98
2005-11-28re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell1-1/+3
2005-11-23re PR c/21668 (gratuitous warning about "extern const" with initializer)Gabriel Dos Reis1-2/+7
2005-11-18c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump1-9/+0
2005-11-16c-decl.c (lookup_name_two): Add.Mike Stump1-0/+9
2005-11-09re PR c/24644 (gcc-4.1 compiled ppc64 kernels do not boot)Andrew Pinski1-3/+2
2005-10-19re PR c/23228 (Silly "unused variable" warning after redeclaration of a local...Steven Bosscher1-1/+6
2005-10-04re PR c/23576 (tree check: expected class ‘type’, have exceptional’ (er...Richard Guenther1-9/+12
2005-10-04re PR middle-end/23125 (OpenBSD's zic.c causes g++ but not gcc to segfault)Andrew Pinski1-2/+0
2005-09-29re PR middle-end/24109 (non unit-at-a-time failure with compound literals)Jakub Jelinek1-2/+12
2005-09-08re PR debug/23190 (debug info omitted for uninitialized variables (stabs))Richard Henderson1-15/+41
2005-09-02c-decl.c (diagnose_mismatched_decls): With -Wredundant-decls...Craig Rodrigues1-1/+4
2005-08-17Use TYPE_SIZE_UNIT consistently. Last patch was inconsistent.James E Wilson1-1/+1
2005-08-16Emit an error for too large arrays instead of an ICE.James E Wilson1-1/+1
2005-08-16aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi1-1/+1
2005-07-30re PR c/23143 (parameter forward declarations broken)Joseph Myers1-6/+6
2005-07-30re PR c/529 (-Wshadow warns on function prototypes vs. global vars)Joseph Myers1-10/+14
2005-07-19toplev.h: Add comment about the first parameter for warning().DJ Delorie1-9/+10
2005-07-16re PR c/22421 (problems with -Wformat and bit-fields)Joseph Myers1-1/+25
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-156/+177
2005-07-05re PR c/22308 (Failure to diagnose violation of constraint 6.516p2)Joseph Myers1-0/+3
2005-07-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-03re PR c++/18279 (missing function bodies from -fdump-translation-unit)Gabriel Dos Reis1-0/+11
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-139/+127
2005-06-30coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher1-4/+4
2005-06-29re PR c/22052 (redefinition of inline function succeeds)Eric Christopher1-35/+20