aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-10c-typeck.c (readonly_error): Delete.Nathan Froyd3-0/+78
2010-12-09c-typeck.c (build_indirect_ref): Call invalid_indirection_error.Nathan Froyd3-0/+43
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero5-90/+118
2010-12-03re PR middle-end/46745 ('#'mem_ref' not supported by dump_expr#<expression er...Richard Guenther2-0/+38
2010-11-30In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-14/+15
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers10-9/+9
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers4-7/+10
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers2-1/+6
2010-11-24common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers2-3/+8
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers4-4/+24
2010-11-22In gcc/c-family/: 2010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-6/+30
2010-11-21tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove.Joseph Myers3-49/+10