aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell1-9/+3
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell1-1/+4
2006-10-16re PR c++/28211 (wrong linkage of template argument, diagnostic could be impr...Mark Mitchell1-11/+40
2006-10-02re PR c++/29105 (segfault in add_candidates with a non template base class an...Mark Mitchell1-8/+8
2006-09-25re PR c++/27667 (ICE with in-class specialization)Lee Millward1-7/+16
2006-09-25re PR c++/27329 (ICE with misplaced expression)Lee Millward1-7/+9
2006-09-07re PR c++/28284 (ICE with invalid static const variable)Simon Martin1-0/+3
2006-09-07re PR c++/28903 (Rejects VLA in template class's member with using)Mark Mitchell1-12/+47
2006-09-05re PR c++/26102 ("using Base::member" nonsense)Jason Merrill1-1/+6
2006-09-04PR 23287 Revert my 2006-09-01 patch.Nathan Sidwell1-8/+0
2006-09-01re PR c++/23287 (Explicitly invoking destructor of template class in a templa...Nathan Sidwell1-0/+8
2006-08-28re PR c++/28860 (Trouble with bound template template parameter in specializa...Volker Reichelt1-3/+15
2006-08-27re PR c++/28058 (ICE in inline_forbidden_p)Mark Mitchell1-1/+1
2006-08-26re PR c++/28736 (ICE with friend of invalid template class)Lee Millward1-26/+37
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-3/+13
2006-08-26re PR c++/28852 (ICE on invalid conversion operator)Volker Reichelt1-2/+3
2006-08-24re PR c++/27714 (operator new as friend in template class rejected)Jason Merrill1-1/+7
2006-08-20re PR c++/28341 (ICE with references as template parameters)Mark Mitchell1-93/+138
2006-08-17re PR c++/28711 (ICE on invalid initializer for multidimensional array)Volker Reichelt1-0/+3
2006-08-16re PR c++/28385 (templated function call goes awry)Jason Merrill1-2/+12
2006-08-15re PR c++/28594 (ICE with invalid template parameter)Lee Millward1-6/+11
2006-08-09re PR c++/28637 (ICE on invalid template parameter)Lee Millward1-6/+27
2006-08-02re PR c++/28557 (Trouble with templated type conversion operator)Mark Mitchell1-0/+5
2006-08-01re PR debug/23336 (enum constants not visible to gdb because of -feliminate-u...Daniel Jacobowitz1-1/+4
2006-07-28re PR c++/27668 (ICE with invalid template parameter)Lee Millward1-22/+67
2006-07-24re PR c++/28460 (g++ emits bogus namespace DIE)Daniel Jacobowitz1-1/+1
2006-07-23re PR c++/28025 (multiple template friend compile error)Mark Mitchell1-2/+15
2006-07-21re PR c++/28250 (ICE with invalid catch)Volker Reichelt1-7/+5
2006-07-20re PR c++/28407 (Issue with anonymous namespace)Jason Merrill1-2/+12
2006-07-19re PR c++/28235 (ICE with static const member as default parameter in template)Mark Mitchell1-23/+47
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-10/+20
2006-06-28re PR c++/27424 (Valid template-template-parameter rejected)Jason Merrill1-4/+1
2006-06-22re PR c++/28111 (ICE with invalid friend in template class)Volker Reichelt1-1/+1
2006-06-22re PR c++/28110 (ICE with invalid template constant parameter)Volker Reichelt1-0/+2
2006-06-19* pt.c (instantiate_template): Fix typo in comment.Mark Mitchell1-3/+4
2006-06-16re PR c++/27689 (function template incorrectly selected as candidate)Mark Mitchell1-1/+1
2006-06-16re PR c++/27640 (segfault, related to constructor instantiation and virtual b...Mark Mitchell1-1/+10
2006-06-15re PR c++/26559 (ICE with __builtin_constant_p in template argument)Mark Mitchell1-31/+7
2006-06-07re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt1-1/+1
2006-06-06Fix up whitespacingMike Stump1-78/+78
2006-05-29pt.c (convert_nontype_argument): Fix a typo in an error message.Kazu Hirata1-1/+1
2006-05-25re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell1-4/+10
2006-05-23re PR c++/20173 (gcc accepts invalid partial specialization attempt of member...Mark Mitchell1-8/+31
2006-05-19re PR c++/26433 (Syntax error using __FUNCTION__ in catch handler)Mark Mitchell1-2/+4
2006-05-17re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek1-1/+2
2006-05-15re PR c++/27582 (ICE with invalid template parameter)Volker Reichelt1-0/+2
2006-05-15re PR c++/27315 (ICE with ill-placed expression)Volker Reichelt1-1/+1
2006-05-15re PR c++/27559 (ICE on templated operator new)Volker Reichelt1-1/+1
2006-05-15re PR c++/27496 (ICE on broken templated friend)Volker Reichelt1-0/+2
2006-05-14pt.c (build_non_dependent_expr): Leave ADDR_EXPR of COMPONENT_REF alone.Alexandre Oliva1-4/+5