aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-2/+1
2012-06-01re PR c++/53137 (g++ segfault)Jason Merrill1-6/+22
2012-06-01re PR c++/53484 ([c++11] Wrong auto in lambdas in function templates)Jason Merrill1-4/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-21re PR c++/51184 (Abstract class in function return type)Paolo Carlini1-1/+1
2012-05-17re PR c++/44516 (improve error message when no matching operator)Paolo Carlini1-6/+13
2012-05-15re PR c++/11856 (unsigned warning in template)Paolo Carlini1-1/+8
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-7/+5
2012-05-11re PR c++/53209 (tree check ICE: expected tree_vec, have error_mark in comp_t...Alexandre Oliva1-0/+2
2012-05-11re PR c++/53305 (internal crash with variadic templates and decltype)Paolo Carlini1-1/+3
2012-05-06re PR c++/53152 (In "no match for operatorXX" error message gives the wrong c...Paolo Carlini1-7/+7
2012-05-04re PR c++/53166 (static_assert produces bogus warning)Paolo Carlini1-5/+15
2012-04-30Fix va_arg type locationDodji Seketeli1-2/+4
2012-04-24re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini1-3/+4
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-5/+5
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini1-3/+7
2012-04-16re PR c++/38543 ([C++0x] Cannot specialize variadic template function)Jason Merrill1-9/+10
2012-04-16re PR c++/52008 ([Core/1495] ICE when adding partial specialization for varia...Jason Merrill1-0/+12
2012-04-16re PR c++/50830 ([c++0x] Variadic template, inner class error)Jason Merrill1-1/+4
2012-04-16re PR c++/50303 ([C++0x] Segfault with variadic template template parameters)Jason Merrill1-1/+1
2012-04-15re PR c++/47220 ([C++0x] no error on unterminated template argument list for ...Jason Merrill1-1/+6
2012-04-15re PR c++/52292 ([C++11] Variadic template expansion into fixed template caus...Jason Merrill1-1/+1
2012-04-13re PR c++/52824 ([C++11] expanding variadic template arguments into non-varia...Jason Merrill1-0/+15
2012-04-03re PR c++/52796 ([C++11] Initialization of primitive object with 0-length par...Jason Merrill1-0/+8
2012-04-02PR c++/40942 - Failure of template specialization partial orderingDodji Seketeli1-40/+0
2012-03-28re PR c++/52746 (Explicit virtual destructor call replaced by direct call in ...Jason Merrill1-3/+7
2012-03-24Implement return type deduction for normal functions with -std=c++1y.Jason Merrill1-46/+32
2012-03-19re PR c++/14710 (Warning about useless casts)Paolo Carlini1-6/+15
2012-03-13PR c++/51641 - Lookup finds enclosing class member instead of template parameterDodji Seketeli1-32/+12
2012-03-12re PR c++/52299 (GCC warns on compile time division by zero erroneously)Paolo Carlini1-5/+29
2012-03-05pt.c (local_specializations): Change from htab_t into struct pointer_map_t *.Jakub Jelinek1-40/+13
2012-03-02re PR c++/51989 (std::deque::iterator recognised as container)Paolo Carlini1-1/+1
2012-02-14re PR c++/52247 (ICE with asm goto)Jakub Jelinek1-2/+11
2012-02-08re PR c++/52035 (internal compiler error: tree code ‘template_type_parm’ ...Jason Merrill1-1/+3
2012-01-31re PR c++/52043 ([C++0x] ICE: SIGSEGV in tsubst_copy (pt.c:12081) with -Wretu...Jason Merrill1-1/+4
2012-01-30Revert "PR c++/51641 - Lookup finds enclosing class member instead of templat...Dodji Seketeli1-12/+32
2012-01-30PR c++/51641 - Lookup finds enclosing class member instead of template parameterDodji Seketeli1-32/+12
2012-01-27re PR c++/51852 ([c++11] tree check: expected tree_list, have HßèMÕþÿøt...Jakub Jelinek1-1/+1
2012-01-23re PR c++/51398 (ICE with invalid template parameter)Paolo Carlini1-0/+3
2012-01-20re PR c++/51402 (ICE with invalid template parameter)Paolo Carlini1-1/+4
2012-01-18re PR c++/51225 ([c++0x] [4.7 Regression] ICE with invalid template parameter)Paolo Carlini1-0/+3
2012-01-13re PR c++/51714 (internal compiler error: Segmentation fault with -std=c++11)Jason Merrill1-0/+5
2012-01-12re PR c++/51403 (ICE with invalid template parameter)Jason Merrill1-0/+2
2012-01-11re PR c++/51613 (Ambiguous function template instantiations as template argum...Jason Merrill1-1/+1
2012-01-06re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill1-1/+1
2012-01-04re PR c++/51064 (False Positive for -Wparentheses)Paolo Carlini1-12/+17
2011-12-23re PR c++/51507 ([C++0x] Function parameter pack doesn't use in template-argu...Jason Merrill1-12/+17
2011-12-19re PR c++/51328 (ICE on invalid template parameter)Paolo Carlini1-2/+10
2011-12-19re PR c++/51530 ([C++0x] internal compiler error: in unify, at cp/pt.c:16854)Jason Merrill1-0/+1
2011-12-14PR c++/51476 - ICE on PTRMEM_CST as template argument in c++11Dodji Seketeli1-3/+7