summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-decl.c (diagnose_mismatched_decls): With -Wredundant-decls...Craig Rodrigues2005-09-021-1/+4
* Use TYPE_SIZE_UNIT consistently. Last patch was inconsistent.James E Wilson2005-08-171-1/+1
* Emit an error for too large arrays instead of an ICE.James E Wilson2005-08-161-1/+1
* aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi2005-08-161-1/+1
* re PR c/23143 (parameter forward declarations broken)Joseph Myers2005-07-301-6/+6
* re PR c/529 (-Wshadow warns on function prototypes vs. global vars)Joseph Myers2005-07-301-10/+14
* toplev.h: Add comment about the first parameter for warning().DJ Delorie2005-07-191-9/+10
* re PR c/22421 (problems with -Wformat and bit-fields)Joseph Myers2005-07-161-1/+25
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-156/+177
* re PR c/22308 (Failure to diagnose violation of constraint 6.516p2)Joseph Myers2005-07-051-0/+3
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2005-07-031-1/+1
* re PR c++/18279 (missing function bodies from -fdump-translation-unit)Gabriel Dos Reis2005-07-031-0/+11
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-139/+127
* coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher2005-06-301-4/+4
* re PR c/22052 (redefinition of inline function succeeds)Eric Christopher2005-06-291-35/+20
* Makefile.in: Set and use UNWIND_H.Paul Brook2005-06-281-0/+1
* c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie2005-06-281-26/+33
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-4/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST nodes.Roger Sayle2005-06-191-1/+3
* c-decl.c (locate_old_decl): Add format attribute.Kaveh R. Ghazi2005-06-181-2/+2
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-4/+4
* re PR c/21879 (Memory management problem)Joseph Myers2005-06-031-1/+5
* c-decl.c (add_stmt): Add C frontend specific version.Ian Lance Taylor2005-05-281-10/+25
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-6/+9
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-12/+13
* c-common.h (objc_comptypes): Remove prototype.Ziemowit Laski2005-05-241-19/+1
* Yet more Objective-C++...Ziemowit Laski2005-05-171-5/+15
* c-decl.c (finish_function): Suppress "control reaches end of non-void functio...Jan Hubicka2005-05-131-1/+4
* re PR c/21502 (small data relocation mismatch)Richard Henderson2005-05-111-6/+32