aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-26PR c++/57728 - explicit instantiation and defaulted functionsJason Merrill1-1/+2
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+2
2016-08-10Implement C++17 constexpr if.Jason Merrill1-3/+9
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill1-0/+9
2016-08-09Implement C++17 constexpr lambda.Jason Merrill1-1/+11
2016-08-05re PR c++/68724 (ice in unify, at cp/pt.c:19902)Nathan Sidwell1-1/+1
2016-08-04Fix ICE on invalid variable template instantiation (PR c++/72759)Patrick Palka1-0/+2
2016-08-04PR c++/72415 - member template with fold-expression constraintJason Merrill1-0/+6
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-2/+2
2016-07-27PR c++/71747 - ICE with self-referential partial specJason Merrill1-40/+25
2016-07-25PR c++/71837 - pack expansion in init-captureJason Merrill1-0/+12
2016-07-25PR c++/71833 - member template with two parameter packsJason Merrill1-3/+4
2016-07-24PR c++/71515 - typename in partial specializationJason Merrill1-14/+11
2016-07-23PR c++/70778 - member template template parameterJason Merrill1-2/+9
2016-07-23PR c++/71738 - nested template friendJason Merrill1-1/+3
2016-07-23PR c++/71748 - call to base destructor in template.Jason Merrill1-4/+11
2016-07-21PR c++/71630 - extern variable templateJason Merrill1-1/+4
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-22/+261
2016-07-20PR c++/67164 - clean up dead codeJason Merrill1-14/+2
2016-07-18re PR c++/71826 (ICE on valid C++ code with ambiguous member lookup: tree che...Jakub Jelinek1-1/+2
2016-07-15PR c++/71513 - alignas on member enum in templateJason Merrill1-8/+11
2016-07-15PR c++/71711 - mangle C++1z fold-expressions.Jason Merrill1-0/+28
2016-07-15PR c++/71718 - infinite recursion and alias templateJason Merrill1-0/+2
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-2/+2
2016-06-21Fix type_dependent_expression_p of member templates.Jason Merrill1-1/+46
2016-06-14P0145R2: Refining Expression Order for C++.Jason Merrill1-0/+14
2016-06-08pt.c (tsubst, [...]): Don't delay checking the return value of tsubst_aggr_ty...Paolo Carlini1-2/+4
2016-06-08re PR c++/71442 (r232569 breaks -Wunused-*)Jakub Jelinek1-1/+2
2016-05-31* pt.c (instantiate_decl): Avoid recalculation.Jason Merrill1-6/+4
2016-05-31PR c++/60095 - partial specialization of variable templatesJason Merrill1-43/+25
2016-05-31PR c++/71227 - specializing hidden friendJason Merrill1-0/+16
2016-05-26Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)Patrick Palka1-4/+11
2016-05-24PR c++/71147 - [6 Regression] Flexible array member wrongly rejected in templateMartin Sebor1-11/+6
2016-05-23PR c++/70735 - generic lambda and local static variableJason Merrill1-9/+13
2016-05-23pt.c (check_for_bare_parameter_packs): Improve error message location for exp...Paolo Carlini1-3/+4
2016-05-19re PR c++/71075 (Broken diagnostic: 'integer_cst' not supported by 'dump_decl')Marek Polacek1-1/+1
2016-05-19Fix handling of non-dependent calls with default template args.Jason Merrill1-6/+24
2016-05-18pt.c (value_dependent_expression_p): Tweak new cases to better match the word...Jason Merrill1-11/+6
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill1-36/+67
2016-05-02c-common.h (enum c_omp_region_type): Define.Cesar Philippidis1-29/+35
2016-04-26re PR bootstrap/70704 (AIX bootstrap comparison failure)Jakub Jelinek1-2/+4
2016-04-19PR c++/66543 - -Wunused-but-set* false positivesJason Merrill1-0/+2
2016-04-19Tiny C++ cleanups.Jason Merrill1-1/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-2/+2
2016-04-15re PR c++/70505 (Constexpr failure when template type specified)Jason Merrill1-3/+4
2016-04-14re PR c++/70543 (wrong non-const error for enable_if and constexpr function)Jason Merrill1-0/+1
2016-04-13re PR c++/70635 (ICE on (and rejects) valid code on x86_64-linux-gnu: Segment...Paolo Carlini1-2/+2
2016-04-13re PR c++/70634 (ICE on valid code on x86_64-linux-gnu: Segmentation fault (p...Jason Merrill1-17/+18
2016-04-13constexpr.c (potential_nondependent_constant_expression): New.Jason Merrill1-8/+4
2016-04-01re PR c++/70449 (ICE with -Wall on valid code on x86_64-linux-gnu in pp_strin...Jason Merrill1-1/+2