aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-11-24re PR c++/42137 (error: expected constructor, destructor, or type conversion ...Jason Merrill2-19/+43
2009-11-24pt.c (determine_specialization): Give helpful error about missing "template<>".Jason Merrill2-0/+9
2009-11-23re PR middle-end/42095 (g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20...Jakub Jelinek3-2/+19
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli9-68/+208
2009-11-21PR c++/9050, DR 147, DR 318Jason Merrill4-40/+114
2009-11-20re PR c++/38646 (ICE with invalid specialization of variadic template)Simon Martin2-5/+11
2009-11-20re PR c++/42060 ([c++0x] ICE throwing array with initializer list)Paolo Carlini2-2/+12
2009-11-20re PR c++/29017 (%s substituted with different untranslated words can't be pr...Shujing Zhao4-37/+155
2009-11-20re PR c++/42115 (r154072 & r154073 break build of ppl, non-placement dealloca...Jason Merrill2-0/+17
2009-11-19DR 176 permissivenessJason Merrill5-0/+32
2009-11-19re PR c++/561 (std:unclear about Overloaded Function Pointer resolution)Jason Merrill5-38/+63
2009-11-18re PR c++/40892 (maybe_warn_cpp0x i18n problems)Shujing Zhao6-22/+100
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek6-22/+93
2009-11-17re PR c++/42058 (Trouble with invalid array initialization)Paolo Carlini3-1/+11
2009-11-17re PR c++/42061 ([c++0x] ICE with invalid initializer list for reference)Jakub Jelinek2-0/+6
2009-11-17re PR c++/42059 ([c++0x] ICE with initializer list for VLA)Jakub Jelinek2-1/+11
2009-11-17PR c++/189, c++/9937, c++/13950, DR 176Jason Merrill1-1/+1
2009-11-16PR c++/13950, DR 176Jason Merrill6-40/+86
2009-11-16re PR c++/42055 (ICE with ambiguous template specialization)Paolo Carlini2-1/+7
2009-11-16re PR c++/32056 (Storage classes on template parameters)Paolo Carlini4-1/+21
2009-11-13re PR c++/27425 (ICE with invalid template-template-parameter)Jason Merrill2-1/+8
2009-11-13re PR c++/29363 (ICE throwing undeclared object)Jason Merrill4-3/+7
2009-11-13re PR c++/35075 (ICE with references in templates)Jason Merrill2-0/+25
2009-11-13PR c++/21008, DR 515Jason Merrill2-9/+12
2009-11-13re PR c++/11987 (Accepts-invalid with inherited nested type)Jason Merrill5-4/+32
2009-11-12re PR c++/27078 (Duplicate error message for ambiguous enum)Jason Merrill2-6/+14
2009-11-12re PR c++/39560 (Erroneous warnings 'unused variable' in a templated class me...Jason Merrill2-0/+4
2009-11-12re PR c++/37037 (ICE on template class member function definition after expli...Jason Merrill2-1/+6
2009-11-12re PR c++/42013 (cv-qualification of conditional expression type depending on...Jason Merrill2-5/+12
2009-11-12typeck.c (cv_qualified_p): New fn.Jason Merrill5-8/+26
2009-11-12re PR c++/42013 (cv-qualification of conditional expression type depending on...Jason Merrill2-2/+13
2009-11-12decl2.c (constrain_visibility): Clear WEAK and COMMON flags.Jan Hubicka2-0/+6
2009-11-11re PR c++/39131 (decimal float point: ICE on typeid( 0.dd ))Jason Merrill2-0/+6
2009-11-11call.c (build_op_delete_call): Downgrade error about placement/non-placement ...Jason Merrill2-2/+7
2009-11-10* call.c (build_op_delete_call): Tweak error.Jason Merrill2-3/+9
2009-11-10re PR c++/34158 (Template delete doesn't call if exception thrown in construc...Jason Merrill4-66/+90
2009-11-09re PR c++/41972 (nondependent static member function as a reference template ...Jason Merrill2-2/+14
2009-11-09re PR c++/41994 (ICE with &A::operator T)Jason Merrill2-3/+9
2009-11-0837920, not 37290Jason Merrill1-1/+1
2009-11-08re PR target/37290 (Endless recursion in cse_cc_succs)Jason Merrill2-4/+14
2009-11-07re PR c++/18451 (C++ error message regression)Jason Merrill4-13/+47
2009-11-06add missing changelog lineJason Merrill1-0/+1
2009-11-06re PR c++/15946 (Unhelpful error message when "typename" is omitted)Jason Merrill4-8/+49
2009-11-06re PR c++/9381 (attribute on member function pointer have no effect)Jason Merrill7-24/+48
2009-11-06re PR c++/41536 (always_inline does not work always with constructors)Andrew Pinski2-0/+8
2009-11-06re PR c++/41967 (gcc get into endless loop when compiling an openmp program)Jakub Jelinek2-1/+9
2009-11-05re PR c++/34180 (Default copy constructor copies const auto_ptr members)Jason Merrill2-0/+5
2009-11-05re PR c++/7046 (#pragma pack(1) context evaluated at point of instantiation r...Jason Merrill3-0/+13
2009-11-05re PR c++/34870 (argument-dependent lookup fails to find friend declaration)Jason Merrill3-1/+8
2009-11-05re PR c++/41703 (Problems with SFINAE. Source works at gcc 3.4.6 but fails at...Jason Merrill2-27/+96