]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
Factor unrelated declarations out of tree.h.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandifordcuintp.c (UI_From_gnu): Use tree_to_shwi rather than...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18  Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18  Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-17  Paolo Carlinire PR c++/59123 ([c++11] can't forward-declare an objec...
2013-11-16  Paolo Carlinire PR c++/29143 (address-of overloaded function does...
2013-11-15  Aldy HernandezMakefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
2013-11-14  Paolo Carlinire PR c++/57887 (nested non-type template parameters...
2013-11-14  Andrew MacLeodgimplify-be.h: New file.
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-12  Adam ButcherSupport implicit parameter packs.
2013-11-12  Adam ButcherRefactor implicit function template implementation...
2013-11-12  Paolo Carlinire PR c++/57734 (Returning template alias to enum class...
2013-11-10  Paolo Carlinicvt.c (cp_convert_to_pointer): Call build_ptrmemfunc...
2013-11-06  Paolo Carlinire PR c++/11006 ([CNI] ICE with use of __java_boolean)
2013-11-05  Jason Merrillre PR c++/58868 (ICE: in count_type_elements, at expr...
2013-11-05  Paolo Carlinire PR c++/58724 (ICE with attribute [[gnu::visibility...
2013-11-05  Tobias Burnusinvoke.texi (-fopenmp-simd): Document new option.
2013-11-04  Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_TRIVIAL.
2013-11-03  Paolo Carlinire PR c++/38313 (g++ fails to parse a member function...
2013-11-03  Marek PolacekImplement -fsanitize=vla-bound.
2013-11-02  Paolo Carlinire PR c++/29234 (Call to operator() of temporary object...
2013-11-01  Edward Smith-Rowlandre PR c++/58708 (string literal operator templates...
2013-11-01  Trevor SaundersReplace some heap vectors with stack vectors.
2013-11-01  Marc Glissere PR c++/58834 (ICE on __builtin_shuffle within templa...
2013-11-01  Jakub Jelinekc-typeck.c (c_finish_omp_clauses): Go to check_dup_gene...
2013-10-31  Jakub Jelinekc-typeck.c (c_finish_omp_clauses): Diagnose aligned...
2013-10-31  Jason Merrillsemantics.c (cxx_eval_call_expression): Handle trivial...
2013-10-31  Jason Merrilldecl.c (cxx_maybe_build_cleanup): Always set LOOKUP_NON...
2013-10-31  Jason Merrillre PR c++/58162 ([C++11] bogus error: use of deleted...
2013-10-31  Jason Merrillclass.c (type_build_ctor_call): Return early in C+...
2013-10-31  Paolo Carlinire PR c++/58932 ([C++11] Deleted functions and SFINAE...
2013-10-31  Paolo Carlinire PR c++/58581 ([c++11] ICE with no-throw specificatio...
2013-10-30  Jason Merrillsemantics.c (finish_compound_literal): Don't create...
2013-10-30  Jason Merrill* init.c (push_base_cleanups): Check ANON_AGGR_TYPE_P.
2013-10-30  Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-30  Jason Merrill* decl.c (cp_finish_decl): Never throw for VLA bound...
2013-10-29  David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-29  Paolo Carlinire PR c++/58888 ([c++11] Rejects-valid: static member...
2013-10-25  Paolo Carlinire PR c++/58878 (Template parameter name can be hidden...
2013-10-25  Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-24  Marek Polacekre PR c++/58705 ([c++11] ICE with invalid initializer...
2013-10-23  Jason MerrillLWG 2165
2013-10-23  Jason Merrillc-format.c (gcc_cxxdiag_char_table): Add %X.
2013-10-23  Jason MerrillIn C++11 a trivial [cd]tor might not be callable.
2013-10-23  Edward Smith-RowlandImplement C++14 [[deprecated]] modulo [[gnu::deprecated...
2013-10-22  Paolo Carlinire PR c++/58816 (ICE have tree_list in private_is_attri...
2013-10-18  Paolo Carlinire PR c++/58466 (ICE in cxx_eval_constant_expression)
2013-10-18  Paolo Carliniparser.c (cp_parser_lookup_name): Tidy.
2013-10-17  Andrew MacLeodtree-flow.h (struct omp_region): Move to omp-low.c.
2013-10-17  Paolo Carlinire PR c++/58596 ([c++11] ICE with decltype in non-stati...
2013-10-16  Jason Merrillpt.c (apply_late_template_attributes): Use attribute_ta...
2013-10-16  Jason Merrillerror.c (dump_exception_spec): Print "noexcept" rather...
2013-10-16  Jason MerrillCore 1591
2013-10-16  Jason Merrillre PR c++/57850 (Option -fdump-translation-unit not...
2013-10-16  Paolo Carlinipt.c (tsubst): Fix typo in last commit.
2013-10-16  Paulo Matostree-core.h (tree_code_name): Remove.
2013-10-15  Paolo Carlinire PR c++/58707 ([C++11] A greater-than operator in...
2013-10-11  Paolo Carlinire PR c++/58633 (ICE with decltype of destructor call)
2013-10-11  Paolo Carlinire PR c++/31671 (Non-type template of type const ref...
2013-10-11  Jakub Jelinektarget.c: New file.
2013-10-09  Marek Polacekre PR c++/58635 ([c++11] ICE with __transaction_atomic...
2013-10-08  Paolo Carlinire PR c++/58568 ([c++11] ICE with lambda in invalid...
2013-10-08  Paolo Carlinire PR c++/58665 (ICE with using incomplete struct)
2013-10-06  Paolo Carlinire PR c++/58126 (No diagnostic when inheriting an unini...
2013-10-06  Paolo Carlinire PR c++/56060 (ICE on invalid code in type_dependent_...
2013-10-04  Paolo Carlinire PR c++/58560 ([c++11] ICE with auto in typedef)
2013-10-04  Paolo Carlinire PR c++/58503 ([c++11] ICE with invalid range in...
2013-10-04  Paolo Carlinire PR c++/58448 (ICE on invalid: tree_class_check_failed)
2013-10-03  Marc Glissere PR c++/19476 (Missed null checking elimination with...
2013-10-03  Paolo Carlinire PR c++/58584 ([c++11] ICE with invalid argument...
2013-10-03  Easwaran Ramanre PR c++/33911 (attribute deprecated vs. templates)
2013-10-03  Marek Polacekre PR c++/58510 ([c++11] ICE with multiple non-static...
2013-10-02  Paolo Carlinire PR c++/58535 (ICE with virtual template function)
2013-10-02  Paolo Carlinire PR c++/58565 ([c++11] ICE with label in statement...
2013-10-01  Paolo Carlinire PR c++/58563 ([c++11] ICE calling invalid destructor)
2013-09-25  Tom TromeyMake-lang.in (CXX_TREE_H, [...]): Remove.
2013-09-25  Tom TromeyMake-lang.in (g++spec.o): Remove.
2013-09-25  Tom TromeyMakefile.in (DRIVER_DEFINES): Use $(and), not shell...
2013-09-25  Marek Polacekre PR c++/58516 (ICE with __transaction_atomic)
2013-09-23  Adam ButcherFix 58500.
2013-09-23  Adam ButcherFix instantiation of implicit function template forward...
2013-09-23  Adam ButcherGenerate more intuitive name for 'auto' parameters.
2013-09-23  Adam ButcherSupport nested generic lambdas.
2013-09-23  Adam ButcherUse translation-unit-global rather than parameter-list...
2013-09-20  Paolo Carlinire PR c++/58481 (Internal compiler error when passing...
2013-09-18  Paolo Carlinire PR c++/58457 (ICE when placement new operator is...
2013-09-18  Marek Polacekre PR sanitizer/58443 (ubsan doesn't properly honor...
2013-09-18  Marek Polacekre PR sanitizer/58411 (no_sanitize_undefined function...
2013-09-17  Paolo Carlinire PR c++/58435 (Applying a type transformation to...
2013-09-16  Adam ButcherChange log update for 202610-202612.
2013-09-15  Jason MerrillCore DR 904 PR c++/41933
2013-09-15  Jason Merrillre PR c++/41933 ([c++0x] lambdas and variadic templates...
2013-09-15  Jason Merrill* lambda.c (add_capture): Don't add DECL_LANG_SPECIFIC.
2013-09-13  Jason Merrillre PR c++/58273 (Segmentation fault with C++11)
2013-09-13  Jacek Cabanc-target.def: New hook
2013-09-13  Adam ButcherRevert r202554, r202540 and r202539.
2013-09-13  Adam ButcherFix uninitialized variables causing breakage with ...
next