aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/parse
AgeCommit message (Expand)AuthorFilesLines
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva2-0/+2
2024-08-27c++: Don't show constructor internal name in error message [PR105483]Simon Martin1-2/+2
2024-08-24c++: Add testcase for (now fixed) regression [PR113746]Simon Martin1-0/+6
2024-08-09c++: Don't accept multiple enum definitions within template class [PR115806]Simon Martin1-0/+9
2024-07-24c++: parse error with -std=c++14 -fconcepts [PR116071]Jason Merrill1-0/+18
2024-07-17c++: diagnose failed qualified lookup into current instPatrick Palka2-1/+2
2024-06-11C++: Support constexpr strings for asm statementsAndi Kleen3-0/+3
2024-06-08c++: Make *_cast<*> parsing more robust to errors [PR108438]Simon Martin1-0/+9
2024-06-07c++: Handle erroneous DECL_LOCAL_DECL_ALIAS in duplicate_decls [PR107575]Simon Martin1-0/+11
2024-06-04c++: Add testcase for PR103338Simon Martin1-0/+19
2024-05-27Add testcase for PR c++/105229: ICE in lookup_template_class_1Simon Martin1-0/+12
2024-05-22c++: Strengthen checks on 'main'Nathaniel Shead2-0/+27
2024-05-14c++: ICE in build_deduction_guide for invalid template [PR105760]Simon Martin1-0/+6
2024-05-02c++: Clear is_unbraced_* when parsing declaration_seq_opt [PR114917]Nathaniel Shead1-0/+11
2024-05-02c++: Implement C++26 P2573R2 - = delete("should have a reason"); [PR114458]Jakub Jelinek1-2/+1
2024-02-16c++: Diagnose this specifier on template parameters [PR113929]Jakub Jelinek1-0/+7
2024-02-10c++: DR2237, cdtor and template-id tweaks [PR107126]Marek Polacek1-8/+8
2024-02-06c++: Disallow this specifier except for parameter declarations [PR113788]Jakub Jelinek1-0/+20
2023-11-15c++: Implement C++26 P2864R2 - Remove Deprecated Arithmetic Conversion on Enu...Jakub Jelinek1-1/+2
2023-11-03Skip a number of C++ test cases for '-fno-exceptions' testingThomas Schwinge3-0/+6
2023-10-17c++: accepts-invalid with =delete("") [PR111840]Marek Polacek1-0/+10
2023-09-05c++: Diagnose [basic.scope.block]/2 violations even in compound-stmt of funct...Jakub Jelinek2-2/+2
2023-06-28c++: ahead of time variable template-id coercion [PR89442]Patrick Palka2-3/+1
2023-01-05c++: class-head parsing and CPP_TEMPLATE_ID access [PR108275]Patrick Palka1-0/+18
2022-09-27c++: Improve diagnostics about conflicting specifiersJakub Jelinek2-6/+6
2022-09-02c/c++: new warning: -Wxor-used-as-pow [PR90885]David Malcolm1-1/+1
2022-06-07PR c++/96442: Improved error recovery in enumerations.Roger Sayle1-0/+6
2022-05-25c++: fix ICE on invalid attributes [PR96637]Marek Polacek1-0/+4
2022-05-05c++: wrong error with MVP and pushdecl [PR64679]Marek Polacek4-0/+104
2022-05-04c++: wrong parse with functors [PR64679]Marek Polacek1-0/+22
2022-05-04c++: parse error with >= in template argument list [PR105436]Marek Polacek1-0/+4
2022-04-29c++: Improve diagnostics for template args terminated with >= or >>= [PR104319]Jakub Jelinek2-2/+51
2022-04-28c++: global-namespace-qualified var after class def [PR90107]Marek Polacek1-0/+10
2022-03-21c++: designated init and aggregate members [PR103337]Jason Merrill1-3/+3
2022-03-12c++: ICE with non-constant satisfaction value [PR98644]Patrick Palka1-2/+0
2022-03-10c++: ->template and implicit typedef [PR104608]Marek Polacek2-0/+29
2022-03-10PR c++/95999: Improved error recovery in enumeration lists.Roger Sayle1-0/+8
2022-03-10PR c++/39751: ICE-on-invalid parsing regression.Roger Sayle1-0/+10
2022-01-26c++: ->template and using-decl [PR104235]Jason Merrill1-0/+8
2022-01-19c++: template-id with current inst qualifier [PR102300]Jason Merrill1-1/+1
2021-10-01c++: cv-qualified ref introduced by typedef [PR101783]qingzhe huang1-0/+5
2021-06-25c++: Failure to delay noexcept parsing with ptr-operator [PR100752]Marek Polacek1-2/+2
2021-05-19c++: ICE with using and enum [PR100659]Jason Merrill1-0/+7
2021-04-14c++: non-static member, array bound, sizeof [PR93314]Jason Merrill1-0/+14
2021-04-13c++: Reject alias CTAD in C++17 [PR99008]Patrick Palka1-1/+1
2021-01-28c++: Fix infinite looping with invalid operator [PR96137]Marek Polacek1-0/+8
2021-01-20c++: Defer access checking when processing bases [PR82613]Patrick Palka1-0/+24
2020-12-23c++: EOF location [PR 96045]Nathan Sidwell19-23/+15
2020-12-02c++: Push parms when late parsing default argsJason Merrill1-0/+11
2020-11-05c++: Implement -Wvexing-parse [PR25814]Marek Polacek1-2/+2