]> gcc.gnu.org Git - gcc.git/history - gcc/cp/parser.c
c++: Don't try to parse a function declaration as deduction guide [PR97663]
[gcc.git] / gcc / cp / parser.c
2021-04-20 Jakub Jelinekc++: Don't try to parse a function declaration as deduc...
2021-03-06 Tobias BurnusOpenACC: C/C++ - fix async parsing [PR99137]
2021-02-27 Jason Merrillc++: Allow GNU attributes before lambda -> [PR90333]
2020-12-16 Nathan Sidwellc++: Fix template parm ICE [PR 98297]
2020-11-26 Thomas SchwingeDon't create location wrapper nodes within OpenACC...
2020-09-16 Jakub Jelinekc++: Fix pasto in structured binding diagnostics [PR94571]
2020-04-07 Jakub Jelinekopenmp: Fix parallel master error recovery [PR94512]
2020-04-07 Jakub Jelinekc++: Fix up handling of captured vars in lambdas in...
2020-04-07 Jakub Jelinekc++: Fix parsing of invalid enum specifiers [PR90995]
2020-03-02 Jason Merrillc++: Fix return deduction of lambda in discarded stmt.
2020-03-02 Jason Merrillc++: Fix attributes with lambda and trailing return...
2020-01-22 Jakub Jelinekc++: Fix deprecated attribute handling on templates...
2020-01-22 Jakub Jelinekre PR c++/92438 (Function declaration parsed incorrectl...
2019-12-20 Jakub Jelinekbackport: re PR c++/60228 (ICE using lambda in #pragma...
2019-12-20 Jakub Jelinekbackport: re PR c++/92648 (Handling of unknown attributes)
2019-12-20 Jakub Jelinekbackport: re PR c++/90842 (ICE in poplevel, at cp/decl...
2019-10-21 Jakub Jelinekbackport: re PR c++/88203 (assert does not compile...
2019-10-21 Jakub Jelinekbackport: re PR c/91401 (schedule + dist_schedule claus...
2019-08-31 Iain Sandoe[c-family] Backport fix for PCH / PR61250.
2019-08-15 Marek PolacekPR c++/81429 - wrong parsing of constructor with C...
2019-08-12 Tom HonermannPR c++/88095, CTAD for literal operator templates per...
2019-05-25 Marek PolacekPR c++/90572 - wrong disambiguation in friend declaration.
2019-04-12 Martin SeborPR c/88383 - ICE calling __builtin_has_attribute on...
2019-04-11 Jakub Jelinekre PR translation/90035 (Non-translatable C++ parser...
2019-03-27 Jason MerrillPR c++/89241 - ICE with lambda in template parameter...
2019-03-25 Paolo Carlinire PR c++/84661 (internal compiler error: Segmentation...
2019-03-21 Jakub Jelinekre PR c++/89767 (ICE with tuple and optimization)
2019-03-18 Jason MerrillPR c++/89640 - GNU attributes on lambda.
2019-03-14 Jason MerrillDon't require 'bool' in a concept definition.
2019-03-13 Marek PolacekPR c++/89686 - mixing init-capture and simple-capture...
2019-03-13 Marek PolacekPR c++/88979 - further P0634 fix for constructors.
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-08 Jakub Jelinekre PR other/80058 (fix double spaces in string literals...
2019-03-08 Jakub Jelinekre PR c++/89585 (GCC 8.3: asm volatile no longer accept...
2019-03-07 Jakub Jelinekre PR c++/89585 (GCC 8.3: asm volatile no longer accept...
2019-03-04 Paolo Carlinire PR c++/84605 (internal compiler error: in xref_baset...
2019-03-02 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-01 Jakub JelinekImplement P1002R1, Try-catch blocks in constexpr functi...
2019-02-27 Marek PolacekPR c++/89511 - ICE with using-declaration and unscoped...
2019-02-27 Paolo Carlinire PR c++/89488 (ICE in merge_exception_specifiers...
2019-02-23 David MalcolmCapture source location of dtors (PR c++/89390)
2019-02-22 Thomas Schwinge[C, C++] Use correct location information for OpenACC...
2019-02-19 Chung-Lin Tangre PR c/87924 (OpenACC wait clauses without async-argum...
2019-02-18 Jason MerrillImprove duplicate [[likely]] diagnostic.
2019-02-01 Marek PolacekPR c++/88325 - ICE with invalid out-of-line template...
2019-02-01 Jakub Jelinekre PR c++/87175 (__attribute__)) is ignored by the...
2019-01-28 Marek PolacekPR c++/88358 - name wrongly treated as type.
2019-01-23 Marek PolacekPR c++/88757 - qualified name treated wrongly as type.
2019-01-14 Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-08 Marek PolacekPR c++/88538 - braced-init-list in template-argument...
2019-01-08 Marek PolacekPR c++/88548 - this accepted in static member functions.
2019-01-07 Jakub Jelinekre PR c++/85052 (Implement support for clang's __builti...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-20 Jakub Jelinekre PR c++/88180 (ICE in vec<tree_node*, va_gc, vl_embed...
2018-12-19 Segher Boessenkoolc++, asm: Do not handle any asm-qualifiers in top-level asm
2018-12-19 Segher Boessenkoolc/c++, asm: Use nicer error for const and restrict
2018-12-19 Segher Boessenkoolc/c++, asm: Use nicer error for duplicate asm qualifiers
2018-12-19 Segher Boessenkoolc/c++, asm: Write the asm-qualifier loop without "done...
2018-12-19 David MalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-14 Alexandre Oliva[PR86823] retain deferred access checks from outside...
2018-12-13 Nathan Sidwell[PR c++/87531] Fix second bug
2018-12-09 Cesar PhilippidisCorrect the reported line number in C++ combined OpenAC...
2018-12-06 Marek PolacekPR c++/88373 - wrong parse error with ~.
2018-12-06 Segher Boessenkoolasm inline
2018-12-06 Segher Boessenkoolasm qualifiers (PR55681)
2018-12-04 Julian BrownOpenACC wait list diagnostic change
2018-12-02 Jakub Jelinekre PR c++/88258 (Infinite loop emitting diagnostics...
2018-12-01 Marek PolacekImplement P0634R3, Down with typename!
2018-11-30 James Norris[C++] Use existing local variable in cp_parser_oacc_ent...
2018-11-28 Marek PolacekImplement P1094R2, Nested inline namespaces.
2018-11-22 Jakub Jelinekre PR c++/87386 (Error message for static_assert show...
2018-11-21 Jakub Jelinekre PR c++/87386 (Error message for static_assert show...
2018-11-21 Jakub Jelinekre PR c++/87393 (gcc/cp/parser.c:13967:37:Unused Entity...
2018-11-21 Martin Seborc-parser.c (c_parser_has_attribute_expression): New...
2018-11-19 Marek PolacekPR c++/87781 - detect invalid elaborated-type-specifier.
2018-11-16 Kamlesh Kumarre PR c++/52869 ([DR 1207] "this" not being allowed...
2018-11-16 Jason MerrillImplement P0479R5, [[likely]] and [[unlikely]].
2018-11-16 Nathan SidwellRemove ovl_used, it is no longer needed
2018-11-16 Nathan Sidwell[PR c++/87269] Mark string operator overload in templat...
2018-11-14 Paolo Carliniparser.c (make_id_declarator): Add location_t parameter.
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-13 Jason MerrillImplement P0315R4, Lambdas in unevaluated contexts.
2018-11-13 Jason MerrillImplement P0780R2, pack expansion in lambda init-capture.
2018-11-13 Jason Merrillcp-tree.h (struct cp_evaluated): New.
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_clause_final): Use c_parser_ex...
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_clause_reduction): Call sorry_...
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_requires): Call sorry_at on...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-11-05 Jason MerrillImplement UDL changes from P0732R2.
2018-11-05 Jason MerrillPR c++/60503 - wrong lambda attribute syntax.
2018-11-01 Marek PolacekImplement P0846R0, ADL and function templates.
2018-10-30 Marek PolacekImplement P0892R2, explicit(bool).
2018-10-29 David MalcolmC++: simplify output from suggest_alternatives_for
2018-10-25 Jason Merrill* parser.c (cp_parser_sizeof_operand): Remove redundant...
2018-10-24 Jakub Jelinekre PR c++/86288 (Recognize __gnu and/or __gnu__ as...
2018-10-12 Nathan Sidwell[C++ PATCH] more TU parsing refactoring
2018-10-11 Nathan Sidwell[C++ PATCH] parser simplification
2018-10-09 Paolo Carlinire PR c++/84423 ([concepts] ICE with invalid using...
next
This page took 1.087517 seconds and 108 git commands to generate.