pt.c (tsubst_function_type): Initialize arg_types.
[gcc.git] / gcc / cp / pt.c
2014-06-03 Paolo Carlinipt.c (tsubst_function_type): Initialize arg_types.
2014-05-31 Paolo CarliniDR 1227 PR c++/57543
2014-05-30 Jason Merrillre PR c++/56947 (Bogus 'XX' was not declared in this...
2014-05-30 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-05-28 Jason Merrillpt.c (tsubst): Check for array of array of unknown...
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
2014-05-20 Richard Sandifordre PR bootstrap/61210 (bootstrap failure with clang)
2014-05-19 Jason Merrillre PR c++/58761 (ICE with a lambda capturing this in...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-09 Paolo Carlinipt.c (convert_nontype_argument_function): Add tsubst_fl...
2014-05-07 Paolo Carlinire PR c++/61083 ([C++11] Ambiguous member pointer resul...
2014-05-07 Paolo Carlinire PR c++/61080 (Spurious no return statement warning...
2014-05-06 Paolo Carlinire PR c++/60999 (ICE when static_cast from constexpr...
2014-05-03 Paolo Carlinire PR c++/58582 ([c++11] ICE defining and instantiating...
2014-05-02 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-04-29 Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-04-14 Paolo Carlinipt.c (mark_template_parm): Use template_parm_level_and_...
2014-04-09 Fabien Chênept.c (check_template_variable): Check for the return...
2014-04-09 Paolo Carlinire PR c++/59115 (ICE with invalid template parameter)
2014-04-01 Jason Merrillpt.c (process_partial_specialization): Say "not deducib...
2014-04-01 Jason Merrillre PR c++/60374 ([c++11] ICE with invalid template...
2014-04-01 Jason Merrillre PR c++/60642 (Unclear diagnostic with invalid use...
2014-03-13 Paolo Carlinire PR c++/60383 (ICE with invalid template specialization)
2014-03-10 Jason Merrillre PR c++/53492 (ICE in retrieve_specialization, at...
2014-03-08 Adam Butcherre PR c++/60033 ([c++1y] ICE in retrieve_specialization...
2014-03-07 Jason Merrillcp-tree.h (REF_PARENTHESIZED_P): New.
2014-03-07 Jason Merrilldecl.c (create_array_type_for_decl): Only warn about...
2014-02-26 Jason Merrillre PR c++/59231 (gcc misses [-Werror=sign-compare]...
2014-02-26 Jason Merrillre PR c++/54440 ([c++11] g++ prematurely applying rule...
2014-02-26 Jason Merrillre PR c++/60182 (g++ segfault within template expansion...
2014-02-25 Jason MerrillDR 1286 PR c++/60328
2014-02-24 Jason Merrillre PR c++/60146 (ICE when compiling this code with...
2014-02-21 Jason Merrillre PR c++/59347 (ICE on invalid: tree check: expected...
2014-02-21 Jason Merrillre PR c++/60241 (internal compiler error: in finish_mem...
2014-02-21 Jason Merrillre PR c++/60216 ([c++11] Trouble with deleted template...
2014-02-21 Jason Merrillre PR c++/60219 ([c++11] ICE invalid use of variadic...
2014-02-21 Jason MerrillDR 1591 PR c++/60051
2014-02-21 Jason Merrillre PR c++/60167 (Bogus error: conflicting declaration)
2014-02-19 Jason Merrillre PR c++/60046 (internal compiler error: in nothrow_sp...
2014-02-19 Jakub Jelinekre PR c++/60267 (ICE in c_pp_lookup_pragma, at c-family...
2014-01-31 Jason Merrillre PR ipa/59469 (LLVM build failure with gcc LTO)
2014-01-31 Jason Merrillre PR c++/57043 (converting overloaded complex function...
2014-01-31 Jason Merrillre PR c++/57899 (bind/function with data member: infini...
2014-01-30 Paolo Carlinire PR c++/58649 (ICE with use of enum before declaration)
2014-01-29 Jason Merrillre PR c++/59989 (ICE when a template parameter pack...
2014-01-29 Jason Merrillre PR c++/58466 (ICE in cxx_eval_constant_expression)
2014-01-29 Jason Merrillre PR c++/59956 (internal compiler error: unexpected...
2014-01-29 Paolo Carlinire PR c++/58674 ([c++11] ICE with template using declar...
2014-01-29 Jason Merrillre PR c++/59791 (ICE: Error reporting routines re-enter...
2014-01-28 Jason Merrillre PR c++/59818 (Bogus error: call of overloaded ....
2014-01-28 Jason Merrillre PR c++/58632 (ICE reusing template parameter name...
2014-01-28 Jason Merrillre PR c++/58504 (ICE with type trait as default templat...
2014-01-28 Jason Merrillre PR c++/58606 ([c++11] ICE with specialization in...
2014-01-24 Balaji V. IyerReplace flag_enable_cilkplus with flag_cilkplus.
2014-01-23 Jason Merrillre PR c++/55189 (enable -Wreturn-type by default)
2014-01-23 Balaji V. IyerAdded support for Cilk Plus SIMD-enabled functions...
2014-01-07 Jason Merrillre PR c++/58856 (spurious 'wrong number of template...
2014-01-03 Tobias Burnusre PR c++/58567 (ICE with invalid loop variable in...
2014-01-03 Paolo CarliniCore DR 1442 PR c++/59165
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-13 Jason Merrillcomment
2013-12-13 Jason Merrillre PR c++/58954 (accessing a private member function...
2013-12-11 Balaji V. IyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-12-05 Jason Merrillre PR c++/59044 (Internal compiler error triggers when...
2013-12-04 Jakub Jelinekre PR c++/59268 ([c++11] ICE with constexpr in a virtua...
2013-11-25 Paolo Carlinire PR c++/59080 ([c++11] ICE with array of auto)
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 David MalcolmRemove macros that implicitly use input_location
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
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 Paolo Carlinire PR c++/57734 (Returning template alias to enum class...
2013-11-01 Marc Glissere PR c++/58834 (ICE on __builtin_shuffle within templa...
2013-10-31 Paolo Carlinire PR c++/58932 ([C++11] Deleted functions and SFINAE...
2013-10-30 Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-25 Paolo Carlinire PR c++/58878 (Template parameter name can be hidden...
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-16 Jason Merrillpt.c (apply_late_template_attributes): Use attribute_ta...
2013-10-16 Jason MerrillCore 1591
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-11 Paolo Carlinire PR c++/31671 (Non-type template of type const ref...
2013-10-11 Jakub Jelinektarget.c: New file.
2013-10-08 Paolo Carlinire PR c++/58665 (ICE with using incomplete struct)
2013-10-06 Paolo Carlinire PR c++/56060 (ICE on invalid code in type_dependent_...
2013-10-04 Paolo Carlinire PR c++/58448 (ICE on invalid: tree_class_check_failed)
2013-09-20 Paolo Carlinire PR c++/58481 (Internal compiler error when passing...
2013-09-17 Paolo Carlinire PR c++/58435 (Applying a type transformation to...
2013-09-16 Adam ButcherSupport using 'auto' in a function parameter list to...
2013-09-16 Adam ButcherSupport lambda templates.
2013-09-16 Adam Butcher* pt.c (make_auto_1): Use input_location rather than...
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 Adam ButcherRevert r202554, r202540 and r202539.
next