aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-06re PR c++/17395 (Incorrect lookup for parameters)Dodji Seketeli1-1/+5
2009-05-05re PR c++/40013 (ICE when creating a local array with size from the return va...Jakub Jelinek1-0/+8
2009-04-23re PR c++/38228 (ICE with invalid use of bound member function)Dodji Seketeli1-0/+7
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-1/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+2
2009-04-20cp-tree.h (base_access): Change typedef to int.Ian Lance Taylor1-3/+5
2009-04-13re PR c++/39750 (ICE in uses_template_parms, at cp/pt.c:6332)Jason Merrill1-0/+1
2009-04-07re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill1-5/+16
2009-04-06re PR c++/35146 (weird error in template function specialization)Jason Merrill1-3/+21
2009-04-04re PR c++/25185 (deep typedef substitution in error message)Jason Merrill1-0/+3
2009-04-03re PR c++/39608 ('expr' cannot appear in a constant-expression.)Jason Merrill1-2/+3
2009-04-02re PR c++/25185 (deep typedef substitution in error message)Jason Merrill1-2/+1
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-2/+97
2009-03-31PR c++/38030, 38850, 39070Jason Merrill1-5/+19
2009-03-23pt.c (make_fnparm_pack): Split out from...Jason Merrill1-29/+65
2009-03-21re PR c++/28879 (ICE with VLA in template function)Jason Merrill1-3/+14
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill1-14/+16
2009-03-04re PR c++/9634 ([DR224] Injected class name as qualifier should not make the ...Jason Merrill1-1/+11
2009-02-24re PR c++/39242 (Inconsistent reject / accept of code)Richard Guenther1-2/+7
2009-02-23re PR c++/36411 (ICE with invalid template template parameter)H.J. Lu1-0/+3
2009-02-23pt.c (unify): Call maybe_adjust_types_for_deduction when deducing from an ini...Jason Merrill1-2/+11
2009-02-13re PR c++/39070 (ICE with typeof() (... and __decltype))Jason Merrill1-2/+2
2009-02-12re PR c++/38950 (ICE: deducing function template arguments for array type.)Jason Merrill1-1/+1
2009-02-10re PR c++/34397 (ICE on invalid default template parameter)Paolo Carlini1-11/+3
2009-02-03re PR c++/36897 (ICE with function pointer template parameter)Paolo Bonzini1-0/+7
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-94/+1
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-1/+94
2009-01-16re PR c++/29470 (Using declaration access semantics change with templates)Jason Merrill1-0/+5
2009-01-16re PR c++/38850 (Cannot find inline friend function in template class when ca...Jason Merrill1-1/+4
2009-01-15re PR c++/38357 (ICE cc1plus (Segmentation fault))Steve Ellcey1-0/+3
2009-01-12re PR c++/36019 (template parameter does not hide class name)Dodji Seketeli1-0/+24
2009-01-07re PR c++/35297 (Compiling error with variadic template with fixed parameter ...Jason Merrill1-72/+133
2008-12-27re PR c++/38639 (ICE with invalid use of auto in parallel for-loop)Jakub Jelinek1-4/+1
2008-12-03re PR c++/38380 (explicitly defaulted constructors vs. empty direct initializ...Jason Merrill1-0/+1
2008-12-01re PR c++/38257 (ICE with auto and #pragma omp parallel)Jakub Jelinek1-1/+14
2008-11-28re PR c++/38233 ('map' value type + new uninitted const member warnings cause...Jason Merrill1-2/+1
2008-11-20re PR c++/37142 (ICE: in dependent_type_p, at cp/pt.c:15585)Dodji Seketeli1-1/+1
2008-11-19re PR c++/35405 (Internal compiler error)Dodji Seketeli1-0/+1
2008-11-19re PR c++/37256 (extern template / explicit instantiation broken in 4.4.0-pre)Jason Merrill1-1/+2
2008-10-14re PR c++/37650 (ICE with broken default template parameter)Paolo Carlini1-4/+9
2008-09-13re PR middle-end/37500 (libstdc++ failed to compile at -O0)Jan Hubicka1-0/+1
2008-09-09re PR c++/37439 (ICE using auto return-type in template function)Jason Merrill1-1/+1
2008-09-08re PR c++/37302 (function parameters are declared too late)Jason Merrill1-6/+26
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-1/+2
2008-08-31Implement late-specified return type using 'auto'.Jason Merrill1-0/+17
2008-08-30re PR c++/37288 (ICE using auto as function return type or parameter)Jason Merrill1-1/+1
2008-08-30Implement C++0x 'auto' semantics.Jason Merrill1-0/+133
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-6/+12
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-6/+7
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-8/+8