aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-01-07re PR c++/40155 ([c++0x] variadic template pack problem)Dodji Seketeli2-18/+13
2010-01-05pt.c (unify_pack_expansion): Handle deduction from init-list.Jason Merrill3-1/+13
2010-01-04re PR c++/42555 (16-byte aligned double is disallowed only in templates)Jason Merrill2-1/+4
2010-01-04re PR c++/42567 ([C++0x] ICE with auto in type_unification_real, at cp/pt.c:1...Jason Merrill2-6/+9
2010-01-04configure.ac: Add install-html to target_list for Make-hooks.Andrew Jenner1-1/+2
2010-01-01Move 2009 ChangeLog to ChangeLog-2009.H.J. Lu2-3740/+3747
2009-12-30re PR other/42537 ([PATCH] misc spelling fixes)Robert Millan1-1/+1
2009-12-28re PR c++/42447 (ICE during processing complex templates)Jason Merrill2-0/+13
2009-12-24PR c++/41305, DR 384Jason Merrill2-104/+99
2009-12-23re PR c++/42260 (ICE looking up template conversion operator)Dodji Seketeli5-8/+30
2009-12-22re PR c++/42466 (Multiple instantiations of template constructor fail)Jason Merrill2-1/+6
2009-12-22re PR c++/42331 (ICE with invalid array initializer)Jason Merrill2-4/+9
2009-12-22mangle.c (write_member_name): Move abi-version=1 code back to...Jason Merrill2-14/+18
2009-12-21decl.c (finish_function): Rename pre-genericize event.Brian Hackett2-1/+5
2009-12-19Fix PR c++/42225, take 2Dodji Seketeli5-39/+105
2009-12-18re PR c++/28300 (In-class partial specialization of class accepted)Jason Merrill2-0/+11
2009-12-18re PR c++/42415 (Bad assembly generated for constructor call)Jason Merrill2-1/+25
2009-12-18re PR c++/31665 (%s substituted with "built-in"/"library" can't be properly t...Shujing Zhao3-11/+22
2009-12-17call.c (build_over_call, [...]): Update cp_build_indirect_ref calls.Shujing Zhao3-3/+9
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao14-54/+105
2009-12-16re PR c++/42387 (ICE with new expression in class template)Jason Merrill2-5/+7
2009-12-15re PR c++/42358 ([C++0x] Assembler failure on libstdc++-v3/testsuite/23_conta...Jason Merrill2-5/+11
2009-12-15re PR c++/41183 (ICE compiling chromium)Jakub Jelinek2-1/+8
2009-12-14re PR c++/42364 (C++ testsuite fails with -g)Jason Merrill2-19/+28
2009-12-15[multiple changes]Paolo Bonzini4-41/+75
2009-12-11re PR c++/42219 (ICE with "const void" as parameter type)Jason Merrill3-4/+51
2009-12-11re PR c++/42225 (GCC 4.5 ICE (segfault) on C++ templated code)Dodji Seketeli7-3/+76
2009-12-11re PR c++/42251 (failure detecting constant integral expression)Dodji Seketeli2-7/+14
2009-12-10re PR c++/42317 (Issues with comdat virtual dtors)Jakub Jelinek3-10/+40
2009-12-04re PR c++/42010 ([C++0x] ICE: lang_* check: failed in discriminator_for_local...Jason Merrill3-2/+10
2009-12-04re PR c++/42277 (decltype error in template)Jason Merrill2-1/+13
2009-12-04re PR c++/42218 (Broken diagnostic: 'tree_vec' not supported by pp_c_expression)Dodji Seketeli2-1/+8
2009-12-03re PR middle-end/41611 (guard variable is emitted even when the guarded symbo...Jason Merrill2-1/+5
2009-12-03re PR c++/42266 ([C++0x] ICE with decltype and variadic templates)Jason Merrill2-1/+7
2009-12-03re PR c++/42217 (ICE with zero-length bit-field)Dodji Seketeli2-1/+12
2009-12-03re PR c++/42256 (483.xalancbmk fails to link)Jakub Jelinek2-2/+10
2009-12-02parser.c (cp_parser_class_specifier): Back out my previous change.Taras Glek3-2/+8
2009-12-022009-12-02 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+1
2009-12-02re PR c++/29917 (%s substituted with actual words can not be translated corre...Paolo Bonzini10-86/+267
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek11-68/+42
2009-12-02* parser.c (cp_parser_class_specifier): Set class location to that of IDENTIF...Taras Glek3-3/+11
2009-12-01re PR middle-end/41611 (guard variable is emitted even when the guarded symbo...Jason Merrill2-2/+8
2009-12-01re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek2-1/+75
2009-11-30re PR c++/40371 (ICE with template operator)Paolo Carlini2-11/+14
2009-11-30re PR c++/42069 (ICE on class template specialization)Dodji Seketeli2-0/+12
2009-11-29Really fix PR c++/36408Dodji Seketeli3-9/+19
2009-11-29cgraph.c (same_body_alias_1): Break out ofJan Hubicka6-154/+30
2009-11-28re PR c++/36408 (ICE with statement expression in template)Dodji Seketeli4-0/+39
2009-11-27re PR c++/38656 (Broken diagnostic: 'template_id_expr' not supported by pp_c_...Paolo Carlini2-0/+9
2009-11-27re PR c++/35112 (ICE and broken diagnostic with ambiguous class name)Paolo Carlini3-21/+30