aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13c-decl.c: Do not include tree-mudflap.hSteven Bosscher1-1/+0
2012-01-06c-decl.c (ext_block): Moved up.Arnaud Charlet1-3/+8
2011-12-20gcc:Joseph Myers1-6/+6
2011-12-05re PR debug/51410 (duplicate variable DIE)Jakub Jelinek1-1/+1
2011-12-05re PR c/51339 (ICE: in convert_move, at expr.c:326 with -fopenmp and parallel...Jakub Jelinek1-2/+2
2011-11-24c-decl.c (warn_if_shadowing): Don't warn if shadowed identifier is from syste...Alan Modra1-1/+4
2011-11-06c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers.Joseph Myers1-0/+83
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-12/+16
2011-09-27common.opt: Add -foptimize-strlen option.Jakub Jelinek1-1/+15
2011-09-08PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli1-6/+36
2011-08-19c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if pedantic.Joseph Myers1-1/+12
2011-08-18c-decl.c (shadow_tag_warned): Check for _Noreturn.Joseph Myers1-6/+33
2011-08-11plugin.def: Add event for finish_decl.Romain Geissler1-0/+2
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill1-0/+8
2011-07-06re PR tree-optimization/49645 (g++.dg/tree-ssa/pr8781.C FAILs on Tru64 UNIX)Richard Guenther1-0/+2
2011-07-05c-common.c (c_common_nodes_and_builtins): Build all common tree nodes first.Richard Guenther1-2/+0
2011-06-27c-common.h (c_tree_chain_next): New static inline function.Jakub Jelinek1-1/+1
2011-06-24re PR c++/46400 (g++ Segmentation Fault on heavily templated project.)Jakub Jelinek1-1/+1
2011-06-10cp-tree.h (error_operand_p): Remove.Paolo Carlini1-1/+1
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-1/+5
2011-05-23re PR c/49120 (bogus "value computed is not used" warning (variable-length ar...Jakub Jelinek1-1/+1
2011-05-10c-decl.c (c_override_global_bindings_to_false): Remove.Joseph Myers1-5/+1
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-5/+3
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-6/+0
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers1-55/+21
2011-05-04c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther1-1/+1
2011-05-03c-decl.c (grokdeclarator): Instead of looking at TREE_OVERFLOW check if the c...Richard Guenther1-9/+7
2011-05-02Upgrade the utility of timevars.Lawrence Crowl1-0/+9
2011-05-02re PR c/35445 (ICE with conflicting declarations)Simon Martin1-1/+1
2011-04-15In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-7/+11
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-1/+1
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-04-01c-decl.c (grokdeclarator): Fix formatting.Gary Funck1-2/+2
2011-03-21re PR c/47939 (Missing DW_TAG_typedef for qualified types)Richard Guenther1-1/+9
2011-03-18c-decl.c (diagnose_mismatched_decls): Give an error for redefining a typedef ...Joseph Myers1-10/+6
2011-03-18c-decl.c (grokfield): Don't allow typedefs for structures or unions with no t...Joseph Myers1-2/+5
2011-01-26re PR tree-optimization/26854 (Inordinate compile times on large routines)Ian Lance Taylor1-45/+74
2010-12-30re PR c/46889 (Missing diagnosis on duplicate struct member with anonymous un...Joseph Myers1-4/+2
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-13/+12
2010-12-17re PR c/20385 (Lame parse error message for undefined type)Paolo Bonzini1-7/+8
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-12-02re PR c/45062 (Revision 162223 caused ICE at c-decl.c:4064)Nathan Froyd1-2/+6
2010-11-30In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+3
2010-11-14re PR c/46462 (Revision 166700 caused new C test failures)Paolo Bonzini1-0/+5
2010-11-13c-tree.h (enum c_typespec_kind): Add ctsk_none.Paolo Bonzini1-8/+9
2010-11-06re PR c/43384 (ICE: Segmentation fault with invalid K&R-like code)Simon Martin1-1/+4
2010-11-06re PR c/44772 (-Wc++-compat warns incorrectly for anonymous unions)Jakub Jelinek1-1/+2
2010-10-31tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill1-3/+2
2010-10-20In gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+6
2010-10-17In gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+2