aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-04don't use TYPE_ARG_TYPES in c-family/Nathan Froyd1-52/+61
2011-05-04c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther1-3/+4
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-0/+11
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-0/+1
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-0/+9
2011-04-11stor-layout.c (layout_type): Compute all array index size operations in the o...Richard Guenther1-1/+3
2011-04-08utils.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPESNathan Froyd1-13/+2
2011-04-07re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)Jason Merrill1-10/+19
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers1-4/+0
2011-03-25dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.Jeff Law1-0/+1
2011-03-21re PR c/42544 (Bad codegen with signed short cast to unsigned int, then promo...Jakub Jelinek1-0/+14
2011-03-21ChangeLog gcc/Kai Tietz1-58/+61
2011-03-18c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).Jason Merrill1-5/+0
2011-03-18re PR c++/35315 (ICE with attribute transparent_union)Jason Merrill1-0/+1
2011-03-15c-common.c (max_constexpr_depth): New.Jason Merrill1-2/+5
2011-03-11attribs.c (lookup_attribute_spec): Take const_tree.Jason Merrill1-1/+1
2011-03-11re PR c++/46803 (libstdc++ build errors on invalid OpenBSD system header attr...Jason Merrill1-3/+8
2011-03-07re PR c/47786 (tree check: expected tree that contains 'decl minimal' structu...Nathan Froyd1-4/+5
2011-02-19re PR c/47809 (ICE in gimplify_expr, at gimplify.c:7291)Jakub Jelinek1-0/+1
2011-02-03re PR c++/46890 (Failed to compile scummvm's player_v4a.cpp)Nathan Froyd1-0/+38
2011-01-11re PR c/32511 (GCC rejects inline+weak function)Richard Guenther1-1/+1
2011-01-05c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f...Tom Tromey1-8/+9
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-2/+2
2010-12-10c-typeck.c (readonly_error): Delete.Nathan Froyd1-0/+72
2010-12-09c-typeck.c (build_indirect_ref): Call invalid_indirection_error.Nathan Froyd1-0/+37
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers1-0/+3
2010-11-20re PR c++/16189 (obfuscated error message for missing semicolon after declara...Nathan Froyd1-0/+78
2010-11-19re PR c/46547 (internal compiler error when converting a complex to a bool)Joseph Myers1-1/+9
2010-11-16re PR c++/46401 (very slow compile time with -Wsequence-point)Jakub Jelinek1-3/+19
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-1/+2
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers1-1/+1
2010-11-01In gcc/c-family/: 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+2
2010-10-31tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill1-4/+2
2010-10-30In gcc/: 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-3/+0
2010-10-27c-common.c (c_common_reswords): Add __is_literal_type.Jason Merrill1-0/+1
2010-10-27c-common.c (check_case_value): Remove special C++ code.Jason Merrill1-16/+0
2010-10-27In gcc/: 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-2/+8
2010-10-22c-typeck.c (build_array_ref): Handle subscripting of vectors.Artjoms Sinkarovs1-0/+12
2010-10-18In gcc/: 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+2
2010-10-17add parse support for @package to ObjC*Iain Sandoe1-0/+1
2010-10-14add @property to ObjC*Iain Sandoe1-0/+7
2010-10-13implement method attributes.Iain Sandoe1-1/+2
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-2/+5
2010-09-30add @optional/@required to prto listsIain Sandoe1-0/+2
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-3/+4
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-3/+3
2010-09-29In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+6
2010-09-27common.opt (fsplit-stack): New option.Ian Lance Taylor1-0/+29