OSDN Git Service

PR c++/33255 - Support -Wunused-local-typedefs warning
[pf3gnuchains/gcc-fork.git] / gcc / c-family / ChangeLog
2011-09-08 dodjiPR c++/33255 - Support -Wunused-local-typedefs warning
2011-09-06 ebotcazou PR middle-end/50266
2011-09-05 rguenth2011-09-05 Richard Guenther <rguenther@suse.de>
2011-08-28 dodjiFix the use of linemap_add and remove unnecessary kludge
2011-08-24 rguenth2011-08-24 Richard Guenther <rguenther@suse.de>
2011-08-22 gchareAdd ability to force lexed tokens' source_locations.
2011-08-19 jsm28 * c-parser.c (c_parser_postfix_expression): Handle
2011-08-18 jsm28 * c-decl.c (shadow_tag_warned): Check for _Noreturn.
2011-08-10 rguenth2011-08-10 Artjoms Sinkarovs <artyom.shinakroff@gmail...
2011-08-02 jakubMerge from gomp-3_1-branch branch:
2011-07-25 dodjiRemove parm name from declaration
2011-07-25 chrbrbehalf of romain.geissler@gmail.com. Fix plugin file...
2011-07-23 jason PR c++/49793
2011-07-22 jason PR c++/30112
2011-07-22 jason PR c++/49813
2011-07-21 iangcc/c-family:
2011-07-20 jason PR c++/6709 (DR 743)
2011-07-19 rguenth2011-07-19 Richard Guenther <rguenther@suse.de>
2011-07-12 ebotcazou * cse.c (insert_with_costs): Put semi-colon after...
2011-07-09 jason PR c++/45437
2011-07-08 jason PR c++/49673
2011-07-06 rguenth2011-07-06 Richard Guenther <rguenther@suse.de>
2011-07-05 rguenth2011-07-05 Richard Guenther <rguenther@suse.de>
2011-06-27 jakub * c-common.h (c_tree_chain_next): New static inline...
2011-06-27 jakub * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR...
2011-06-21 amacleodcosmetic. Add sync_ to all the expand_builtin defines...
2011-06-20 bstarynk2011-06-20 Pierre Vittet <piervit@pvittet.com>
2011-06-14 jsm28 * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
2011-06-10 rguenth2011-06-10 Richard Guenther <rguenther@suse.de>
2011-06-09 ro2011-05-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2011-06-07 jason PR c++/48969
2011-06-07 jasongcc/
2011-06-07 rguenth2011-06-07 Richard Guenther <rguenther@suse.de>
2011-06-07 dodjiFix PR debug/49130
2011-06-04 redi * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
2011-05-30 froydnjfix PR bootstrap/4910
2011-05-27 jakub PR c++/49165
2011-05-27 froydnjmove TS_STATEMENT_LIST to be a substructure of TS_TYPED
2011-05-26 froydnjmake TS_BLOCK a substructure of TS_BASE
2011-05-26 froydnjmake TS_IDENTIFIER be a substructure of TS_TYPED
2011-05-25 jakub * c-common.c (def_fn_type): Remove extra va_end.
2011-05-23 jason PR c++/48106
2011-05-23 froydnjdon't use TYPE_ARG_TYPES when calling c-family:check_fu...
2011-05-15 paolo/c-family
2011-05-10 froydnjuse build_function_type less in c-family and LTO
2011-05-06 froydnjgeneralize build_case_label to the rest of the compiler
2011-05-05 jsm28 * c-decl.c (finish_decl): Don't call get_pending_sizes.
2011-05-04 froydnjdon't use TYPE_ARG_TYPES in c-family/
2011-05-04 rguenth2011-05-04 Richard Guenther <rguenther@suse.de>
2011-04-28 jason PR c++/40975
2011-04-26 rguenth2011-04-26 Richard Guenther <rguenther@suse.de>
2011-04-20 meyeringremove useless if-before-free tests
2011-04-15 nicolaIn gcc/c-family/:
2011-04-14 nicolaIn gcc/c-family/:
2011-04-14 nicolaIn gcc/:
2011-04-13 froydnjgcc/ada/
2011-04-12 nicolaIn gcc/:
2011-04-12 nicolaFixed my email address in a ChangeLog entry of a few...
2011-04-12 jamborm2011-04-12 Martin Jambor <mjambor@suse.cz>
2011-04-11 rguenth2011-04-11 Richard Guenther <rguenther@suse.de>
2011-04-08 froydnjgcc/ada/
2011-04-07 jason PR c++/48450
2011-04-06 jsm28 * doc/tm.texi.in: Document C target hooks as separate...
2011-03-29 jakubMove ChangeLog entry.
2011-03-25 ktietzChangelog c-family/
2011-03-25 law * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add...
2011-03-25 jason * c.opt: Add -std=c++03.
2011-03-22 ebotcazou * c-ada-spec.c (dump_ada_template): Skip non-class...
2011-03-21 ktietzChangeLog gcc/c-family
2011-03-21 ktietzChangeLog gcc/
2011-03-18 jason * c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).
2011-03-18 jason PR c++/35315
2011-03-15 jasonc-family/
2011-03-11 jason * attribs.c (lookup_attribute_spec): Take const_tree.
2011-03-11 jason PR c++/46803
2011-03-07 froydnj PR c/47786
2011-02-19 jakub PR c/47809
2011-02-17 nicolaAdded -fobjc-abi-version=N and -fobjc-nilcheck flags...
2011-02-03 froydnjgcc/c-family/
2011-01-26 jakub PR c/47473
2011-01-26 charlet * c-ada-spec.c (dump_generic_ada_node): Avoid derefere...
2011-01-26 jakub PR pch/47430
2011-01-26 davek * gcc/c-family/ChangeLog: Add missing PR reference.
2011-01-26 davekgcc/c-family/ChangeLog:
2011-01-11 rguenth2011-01-12 Richard Guenther <rguenther@suse.de>
2011-01-05 tromeygcc
2010-12-29 nicolaIn gcc/c-family/:
2010-12-22 froydnjgcc/
2010-12-18 nicolaIn gcc/:
2010-12-10 froydnjgcc/
2010-12-09 froydnjgcc/
2010-12-03 rguenth2010-12-03 Richard Guenther <rguenther@suse.de>
2010-11-30 nicolaIn gcc/c-family/:
2010-11-30 jsm28 * diagnostic-core.h: Include bversion.h.
2010-11-29 jsm28 * system.h: Include "safe-ctype.h" instead of <safe...
2010-11-25 jsm28 * target.def (supports_split_stack, except_unwind_info...
2010-11-24 jsm28 * common.opt (initial_max_fld_align, flag_debug_asm,
2010-11-24 jsm28 * flag-types.h (struct visibility_flags): Don't declar...
2010-11-22 nicolaIn gcc/c-family/:
2010-11-21 jsm28 * doc/tm.texi.in (HANDLE_SYSV_PRAGMA,
next