re PR rtl-optimization/30807 (postreload bug (might be generic in trunk))
[gcc.git] / gcc / cp /
2009-07-06 Manuel López-Ibáñezdecl.c: Replace %H by an explicit location.
2009-07-06 Simon Martinre PR c++/40557 (ICE with template union)
2009-07-05 Jason Merrillpt.c (retrieve_specialization): Don't get confused...
2009-07-04 Jason Merrill* cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking...
2009-07-04 Jason Merrillre PR c++/40619 ([c++0x] ICE on repeated decltype expre...
2009-07-04 Jason Merrillcp-tree.h (struct lang_decl): Overhaul.
2009-07-02 Mark Mitchelltypeck.c (cp_build_binary_op): Move warnings about...
2009-07-02 Jason MerrillUse hash tables for template specialization lookup.
2009-07-02 Jason Merrill* cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_...
2009-07-02 Jason Merrillpt.c (register_specialization): Use duplicate_decls...
2009-07-01 Ian Lance Taylor* g++spec.c (lang_specific_driver): Bump num_args by 1.
2009-06-30 Jason Merrillre PR c++/40595 ([C++0x] ICE trying to use sfinae with...
2009-06-29 Jason Merrillre PR c++/40274 (Revision 145566 caused ICE in tsubst...
2009-06-26 H.J. Ludecl.c (duplicate_decls): Re-indent.
2009-06-25 Ian Lance Taylorcall.c (avoid_sign_compare_warnings): New static function.
2009-06-25 Ian Lance Taylorg++spec.c (SKIPOPT): define.
2009-06-25 Ian Lance Taylorcvt.c (convert_to_void): Only warn about COND_EXPR...
2009-06-25 Ian Lance Taylorparser.c (cp_parser_binary_expression): Increment c_inh...
2009-06-24 Jason Merrill* error.c (dump_decl): Do say "typedef" for the injecte...
2009-06-24 Jason Merrillpt.c (lookup_template_class): Use currently_open_class...
2009-06-24 Jason Merrillre PR c++/40342 (ambiguous overload not diagnosed)
2009-06-18 Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-16 David Edelsohnaix.h (LIBSTDCXX_STATIC): Remove -lstdc++.
2009-06-16 Ian Lance TaylorMake-lang.in (cp/class.o): Depend upon gt-cp-class.h.
2009-06-16 Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
2009-06-16 Ian Lance Taylordf-problems.c (df_simulate_one_insn_forwards): Fix...
2009-06-15 Rafael Avila de... cgraphunit.c (cgraph_function_versioning,save_inline_fu...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-09 Jason Merrillre PR c++/40381 (Revision 142379 caused ICE with delete...
2009-06-09 Jason Merrillparser.c (cp_parser_type_id_1): 'auto' type is ok with...
2009-06-08 Jakub Jelinekre PR c++/40373 (ICE with invalid destructor call)
2009-06-08 Jakub Jelinekre PR c++/40370 (ICE with invalid array bound in templa...
2009-06-08 Alexandre Olivacommon.opt (fcompare-debug=, [...]): New.
2009-06-07 Ian Lance Taylorextend.texi (Attribute Syntax): Document that C++ label...
2009-06-03 Ian Lance Tayloransidecl.h (EXPORTED_CONST): Define.
2009-06-03 Mark Mitchell* decl.c (maybe_deduce_size_from_array_init): Use relay...
2009-06-02 Jason Merrillre PR c++/40308 (Brace initialization fails for member...
2009-06-02 Jason Merrillre PR c++/40306 (ICE when using auto to declare a local...
2009-06-02 Simon Martinre PR c++/38089 (g++ crash on invalid code)
2009-06-01 Aldy Hernandezdiagnostic.c (diagnostic_build_prefix): Always print...
2009-05-29 Ian Lance Taylorbuiltins.c (validate_gimple_arglist): Don't use va_arg...
2009-05-28 Dodji SeketeliFix for PR c++/PR39754
2009-05-27 Jason Merrillcall.c (implicit_conversion): Handle conversion from...
2009-05-27 Ian Lance TaylorMakefile.in (LINKER, [...]): Define.
2009-05-26 Ian Lance TaylorMakefile.in (COMPILER, [...]): Define.
2009-05-26 Dodji Seketelire PR c++/40007 (specialization causes access problem...
2009-05-25 Jason Merrillre PR c++/38064 ([c++0x] operator== doesn't work for...
2009-05-22 Richard Guentherre PR tree-optimization/38964 (TBAA side-effects of...
2009-05-22 Mark Mitchelltree.c (handle_dll_attribute): Mark dllexport'd inlines...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-05-21 Sandra Loosemoretm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...
2009-05-19 Andrew Pinskic-typeck.c (build_binary_op): Allow % on integal vectors.
2009-05-18 Jason MerrillImplement explicit conversions ops as specified in...
2009-05-17 Jason Merrillre PR c++/40139 (ICE on invalid use of destructor)
2009-05-17 Joseph Myerstree.c (cxx_printable_name_internal): Allow consecutive...
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-15 Manuel López-Ibáñezre PR c/16302 (gcc fails to warn about some common...
2009-05-14 Taras GlekCorrect formatting errors commited in rev 147516
2009-05-14 Ian Lance Taylorpasses.c (finish_optimization_passes): Change i to...
2009-05-14 Taras GlekUpdated the wrong changelog
2009-05-14 David Mandelindecl.c (duplicate_decls): Preserve parameter attributes.
2009-05-10 Jan HubickaFix changelog entry.
2009-05-10 Jan Hubickacgraphbuild.c (record_reference): Use cgraph_mark_addre...
2009-05-10 Joseph Myerspretty-print.h (struct pretty_print_info): Add translat...
2009-05-08 H.J. Lure PR c/36892 (Support __attribute__((deprecated("text...
2009-05-07 Janis Johnsonre PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)
2009-05-06 Dodji Seketelire PR c++/17395 (Incorrect lookup for parameters)
2009-05-05 Shujing Zhaocp-tree.h: (opname_tab...
2009-05-05 Nathan Sidwelltypeck.c (cp_build_compound_expr): Require RHS to have...
2009-05-05 Jakub Jelinekre PR c++/40013 (ICE when creating a local array with...
2009-05-04 Manuel López-Ibáñezre PR c++/28152 (Diagnostic about wrong use _Complex...
2009-05-01 Joseph Myersc-objc-common.c (c_tree_printer): Print identifiers...
2009-04-28 Ben Ellistonrevert: re PR c++/35652 (offset warning should be given...
2009-04-27 Ian Lance Taylorcollect2.c (is_ctor_dtor): Change type of ret field...
2009-04-27 Jakub Jelinekre PR c++/39875 (Wrong "value computed is not used...
2009-04-24 Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-23 Dodji Seketelire PR c++/38228 (ICE with invalid use of bound member...
2009-04-22 Dodji Seketelire PR c++/39639 (no diagnostic for ill-formed pack...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-04-22 Manuel López-Ibáñezre PR c++/14875 (When using 'or' keyword, the error...
2009-04-21 Manuel López-Ibáñezre PR c++/35711 (bad text in -Wcast-qual warning (forge...
2009-04-21 Joseph MyersABOUT-GCC-NLS, [...]: Add copyright and license notices.
2009-04-21 Manuel López-Ibáñezre PR c/16202 (The -Wsequence-point warning misses...
2009-04-20 Manuel López-Ibáñezre PR c++/13358 (long long and C++ do not mix well)
2009-04-20 Le-Chun Wure PR c++/39803 (Bogus 'unused value' warning on declar...
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-20 Ian Lance Taylorcp-tree.h (base_access): Change typedef to int.
2009-04-19 Manuel López-Ibáñezre PR c/32061 ((Wlogical-op) wording of warning of...
2009-04-18 Kazu Hiratacp-tree.h: Remove the prototype for insert_block.
2009-04-16 Ian Lance Taylorcp-tree.h (enum tsubst_flags): Rename from enum tsubst_...
2009-04-16 Paolo Bonzinic-common.c (vector_targets_convertible_p, [...]): Use...
2009-04-15 Catherine Mooredebug.h (set_name): Declare.
2009-04-15 Le-Chun Wure PR c++/39551 (C++ frontend not warn about unused...
2009-04-15 Rafael Avila de... class.c (build_vtbl_ref_1): Remove call to assemble_ext...
2009-04-15 Diego Novillodiagnostic.c (diagnostic_report_diagnostic): Do not...
2009-04-14 Diego Novillo[multiple changes]
2009-04-14 Jason Merrillre PR c++/39763 (-Wshadow reports shadowed declarations...
2009-04-13 Jason Merrillfix changelog dates
2009-04-13 Jason Merrillre PR c++/39480 (generated memcpy causes trouble in...
2009-04-13 Jason Merrillre PR c++/39750 (ICE in uses_template_parms, at cp...
next