aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers3-4/+10
2011-05-04don't use TYPE_ARG_TYPES in c-family/Nathan Froyd3-68/+89
2011-05-04c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther3-4/+12
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill3-0/+17
2011-04-26Implement -Wno-maybe-uninitializedXinliang David Li1-0/+1
2011-04-26re PR preprocessor/48248 (Wrong error message location when compiling preproc...Richard Guenther2-1/+8
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini2-0/+2
2011-04-20remove useless if-before-free testsJim Meyering2-5/+8
2011-04-15In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-4/+10
2011-04-14In gcc/c-family/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-2/+8
2011-04-14In gcc/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+5
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd3-0/+15
2011-04-12In gcc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-2/+7
2011-04-12Fixed my email address in a ChangeLog entry of a few months agoNicola Pero1-2/+2
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2-1/+6
2011-04-11stor-layout.c (layout_type): Compute all array index size operations in the o...Richard Guenther2-1/+8
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-04-08utils.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPESNathan Froyd2-13/+7
2011-04-07re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)Jason Merrill2-10/+25
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers8-7/+169
2011-03-30PR/driver 48208Christian Schüler1-1/+1
2011-03-29Move ChangeLog entry.Jakub Jelinek1-0/+9
2011-03-29re PR preprocessor/48248 (Wrong error message location when compiling preproc...Jakub Jelinek1-1/+6
2011-03-25Changelog c-family/Kai Tietz2-1/+7
2011-03-25dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.Jeff Law2-0/+5
2011-03-25* c.opt: Add -std=c++03.Jason Merrill2-1/+9
2011-03-22* c-ada-spec.c (dump_ada_template): Skip non-class instances.Eric Botcazou2-3/+7
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/c-familyKai Tietz3-0/+49
2011-03-21ChangeLog gcc/Kai Tietz2-58/+68
2011-03-18c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).Jason Merrill5-15/+7
2011-03-18re PR c++/35315 (ICE with attribute transparent_union)Jason Merrill2-0/+7
2011-03-15c-common.c (max_constexpr_depth): New.Jason Merrill5-3/+25
2011-03-11attribs.c (lookup_attribute_spec): Take const_tree.Jason Merrill2-1/+3
2011-03-11re PR c++/46803 (libstdc++ build errors on invalid OpenBSD system header attr...Jason Merrill2-3/+14
2011-03-07re PR c/47786 (tree check: expected tree that contains 'decl minimal' structu...Nathan Froyd2-4/+11
2011-02-19re PR c/47809 (ICE in gimplify_expr, at gimplify.c:7291)Jakub Jelinek2-0/+6
2011-02-17Added -fobjc-abi-version=N and -fobjc-nilcheck flags, and documented themNicola Pero2-0/+13
2011-02-03re PR c++/46890 (Failed to compile scummvm's player_v4a.cpp)Nathan Froyd3-0/+46
2011-01-26re PR c/47473 (Incorrect computation with complex numbers when using -std=c99)Jakub Jelinek2-4/+18
2011-01-26* c-ada-spec.c (dump_generic_ada_node): Avoid dereferencing null type.Arnaud Charlet2-0/+5
2011-01-26re PR pch/47430 (Random PCH related bootstrap failures on powerpc64-linux)Jakub Jelinek2-1/+13
2011-01-26ChangeLog: Add missing PR reference.Dave Korn1-0/+1
2011-01-26c.opt (-fkeep-inline-dllexport): New switch.Dave Korn2-2/+10
2011-01-11re PR c/32511 (GCC rejects inline+weak function)Richard Guenther2-1/+7
2011-01-05c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f...Tom Tromey3-10/+17
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek4-4/+6
2010-12-29In gcc/c-family/: 2010-12-29 Nicola Pero <nicola@nicola.brainstorm.co.uk>Nicola Pero2-1/+7
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd2-2/+7
2010-12-18In gcc/: 2010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-0/+11