aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-15re PR c++/81197 (ICE with structured binding and lifetime-extended temporaries)Jakub Jelinek1-6/+10
2017-12-15[PR C++/59930] template friend classes & default argsNathan Sidwell1-8/+12
2017-12-14re PR c++/79650 (ICE on invalid c++ code with label arithmetic in convert_non...Jakub Jelinek1-1/+13
2017-12-13[PR C++/15272] lookups with ambiguating dependent baseNathan Sidwell1-24/+38
2017-12-12PR c++/82115 - ICE with variable initialized with its own address.Jason Merrill1-18/+12
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+6
2017-12-06PR c++/82115 - ICE with variable initialized with its own address.Jason Merrill1-6/+8
2017-12-05PR c++/82331 - ICE with variadic partial specialization of autoJason Merrill1-0/+2
2017-11-30PR c++/82219 - bogus -Wignored-qualifiers with templateJason Merrill1-0/+1
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek1-3/+17
2017-11-28Remove Cilk Plus support.Julia Koval1-24/+2
2017-11-27pt.c (primary_template_specialization_p): Rename fromJason Merrill1-10/+12
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-2/+4
2017-11-16PR c++/79092 - non-type args of different types are differentJason Merrill1-16/+60
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill1-2/+2
2017-11-13Capture adjustments for P0588R1.Jason Merrill1-10/+0
2017-11-03re PR c++/81957 (ICE decltype)Paolo Carlini1-13/+18
2017-11-02[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell1-3/+1
2017-11-01[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell1-1/+3
2017-10-31pt.c: add missing %< and %>David Malcolm1-1/+1
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-3/+3
2017-10-31constexpr.c, pt.c: Adjust comments.Jason Merrill1-2/+2
2017-10-30re PR c++/82085 (ICE: Template variable reference used in nested template alias)Paolo Carlini1-2/+1
2017-10-27pt.c (invalid_nontype_parm_type_p): Return a bool instead of an int.Paolo Carlini1-13/+13
2017-10-24re PR c++/80991 (ICE with __is_trivially_constructible in template)Paolo Carlini1-2/+15
2017-10-10More delayed lambda capture fixes.Jason Merrill1-20/+5
2017-10-10Various small C++ fixes.Jason Merrill1-26/+17
2017-10-06re PR c++/47791 (finish function is using literal value instead of a #defined...Paolo Carlini1-1/+1
2017-10-04PR c++/81525 - broken handling of auto in generic lambda.Jason Merrill1-9/+14
2017-09-29P0683R1 - default member initializers for bit-fieldsJakub Jelinek1-1/+1
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek1-5/+4
2017-09-28PR c++/56973, DR 696 - capture constant variables only as needed.Jason Merrill1-0/+26
2017-09-28Use local_specializations to find capture proxies.Jason Merrill1-8/+5
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-8/+8
2017-09-06PR c++/82053 - ICE with default argument in lambda in templateJason Merrill1-11/+10
2017-09-06PR c++/82070 - error with nested lambda captureJason Merrill1-2/+5
2017-09-06name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...Nathan Sidwell1-17/+14
2017-09-05cp-tree.h (lang_decl_base): Rename template_conv_p to unknown_bound_p.Nathan Sidwell1-13/+1
2017-09-05class.c (unreverse_member_declarations): Remove extraneous if.Nathan Sidwell1-4/+4
2017-08-31PR c++/82029 - __PRETTY_FUNCTION__ in lambda in templateJason Merrill1-4/+59
2017-08-30Make taking the address of an overloaded function a non-deduced contextVille Voutilainen1-16/+6
2017-08-29Reimplement handling of lambdas in templates.Jason Merrill1-463/+644
2017-08-29Remove unnecessary LAMBDA_EXPR fields.Jason Merrill1-3/+0
2017-08-29Various small fixes.Jason Merrill1-0/+6
2017-08-29Adjust C++17 class deduction use of DECL_ABSTRACT_ORIGIN.Jason Merrill1-7/+6
2017-08-29Support copying local_specializations.Jason Merrill1-2/+5
2017-08-29Add immediate potential_constant_expression variants.Jason Merrill1-7/+8
2017-08-29Instantiate default arguments/member initializers once.Jason Merrill1-10/+27
2017-08-25Conversion operators have a special nameNathan Sidwell1-10/+7
2017-08-21re PR c++/81899 (ICE: Segmentation fault)Nathan Sidwell1-1/+2