aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-10155/+0
2012-06-21re PR c/53702 (ICE with -Wall and nested functions and unused typedef)Meador Inge1-4/+12
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl1-2/+2
2012-06-12re PR c/53532 (function call ignored when called with argument of incompatibl...Jakub Jelinek1-1/+4
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-29c-decl.c (c_push_function_context): Always create a new language function.Meador Inge1-10/+4
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz1-2/+0
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli1-29/+98
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-3/+3
2012-05-01re PR c/37303 (const compound initializers in structs are written to .data in...Ian Lance Taylor1-1/+3
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+1
2012-04-23lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka1-10/+0
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-46/+46
2012-03-09c-tree.h (c_default_pointer_mode): New variable.Tristan Gingold1-3/+24
2012-02-23re PR c/52290 (internal compiler error: tree check: expected function_decl, h...Uros Bizjak1-1/+2
2012-02-14re PR c/52181 (merge_decls doesn't handle DECL_USER_ALIGN properly)Jakub Jelinek1-1/+2
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