re PR c++/59349 (ICE on invalid: Segmentation fault toplev.c:336)
[gcc.git] / gcc / cp / ChangeLog
2013-12-24 Jason Merrillre PR c++/59349 (ICE on invalid: Segmentation fault...
2013-12-23 Jason Merrillre PR c++/41090 (Using static label reference in c...
2013-12-23 Marek Polacekre PR c++/59111 ([c++11] ICE on invalid usage of auto...
2013-12-20 Trevor Saundersmerge auto_vec and stack_vec
2013-12-18 Balaji V. IyerForgot to add a changelog entry for previous commit...
2013-12-17 Thomas SchwingeFix description of OpenMP parallel directive in the...
2013-12-16 Jakub JelinekAdditional ChangeLog entry fix.
2013-12-16 Jakub JelinekFix up ChangeLog entry function name.
2013-12-13 Jason Merrillre PR c++/58954 (accessing a private member function...
2013-12-12 Jakub Jelinekre PR c++/58627 (crash during compilation of boost...
2013-12-11 Balaji V. IyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-12-09 Paolo Carlinire PR c++/59435 (sizeof...(T) as default value for...
2013-12-06 Caroline TiceFix two small problems...
2013-12-06 Oleg Endoasan.c: Remove struct tags when referring to class...
2013-12-05 Jason Merrillre PR c++/59044 (Internal compiler error triggers when...
2013-12-05 Paolo Carlinidecl.c (duplicate_decls): Replace pairs of errors and...
2013-12-04 Joseph Myersre PR c/52023 ([C11] _Alignof (double) yields wrong...
2013-12-04 Jakub Jelinekre PR c++/59268 ([c++11] ICE with constexpr in a virtua...
2013-11-29 Marek Polacekre PR sanitizer/59331 (ubsan gives extra warnings with...
2013-11-28 Jakub Jelinekre PR c++/59297 (ICE: openmp atomic with indirect LHS)
2013-11-28 Rainer OrthAdd -lrt on Solaris
2013-11-27 Jakub Jelinekre PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test...
2013-11-27 Paolo Carlinire PR c++/58647 (ICE with function pointer)
2013-11-27 Aldy Hernandezcgraph.h (enum cgraph_simd_clone_arg_type): New.
2013-11-27 Tom de VriesHandle vector increment/decrement in build_unary_op
2013-11-27 Tom de VriesDon't create out-of-bounds BIT_FIELD_REF.
2013-11-26 Jakub Jelinekre PR c++/58874 ([c++11] ICE with OpenMP reduction...
2013-11-26 Paolo Carlinire PR c++/58700 (ICE declaring static bit-field)
2013-11-26 Paolo Carlinicvt.c (cp_convert_and_check): Avoid calling cp_convert...
2013-11-25 Paolo Carlinire PR c++/54485 (g++ should diagnose default arguments...
2013-11-25 Paolo Carlinire PR c++/58607 ([c++11] ICE with undeclared variable...
2013-11-25 Paolo Carlinire PR c++/58810 (ICE with invalid function typedef)
2013-11-25 Paolo Carlinire PR c++/59080 ([c++11] ICE with array of auto)
2013-11-25 Adam ButcherDisallow implicit function templates in local functions...
2013-11-23 Easwaran Ramanre PR c++/59031 (vtable lookup not optimized away)
2013-11-23 Jason Merrillre PR c++/58868 (ICE: in count_type_elements, at expr...
2013-11-23 Alexander Ivchenkore PR c++/58525 (__cxa_throw_bad_array_new_length is...
2013-11-22 Jakub Jelinekubsan.c (ubsan_source_location): Don't crash on unknown...
2013-11-22 Jakub Jelineksanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, ...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 David MalcolmRemove macros that implicitly use input_location
2013-11-22 Trevor Saundersadd auto_vec
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.
next