Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / ext /
2020-12-23 Nathan Sidwellc++: EOF location [PR 96045]
2020-11-25 Jakub Jelinekmiddle-end: Reject flexible array members in __builtin_...
2020-11-23 Richard Sandifordc++: Add missing verify_type_context call [PR97904]
2020-11-06 Jakub Jelinekc++: Propagate attributes to clones in duplicate_decls...
2020-10-26 Ville Voutilainenc++: Implement __is_nothrow_constructible and __is_noth...
2020-09-22 Marek Polacektestsuite: Prune more output in timevar1.C.
2020-09-22 Marek Polacektestsuite: Prune more output in timevar2.C.
2020-09-21 Martin LiskaUse SIZE_AMOUNT macro for GGC memory allocation numbers.
2020-09-19 Martin SeborExtend -Wstringop-overflow to detect out-of-bounds...
2020-09-17 Marek Polacekc++: Add tests for fixed PRs.
2020-07-07 Marek Polacekc++: Add new test [PR92427]
2020-06-28 Martin SeborUnderline argument in -Wnonnull and in C++ extend warni...
2020-06-17 Patrick PalkaFix use of inaccessible member in pr85503.C [PR95716]
2020-06-09 Jason Merrilltree-inline: Fix VLA handling [PR95552]
2020-06-04 Martin SeborImplement a solution for PR middle-end/10138 and PR...
2020-05-28 Marek Polacekc++: Fix tmplattr10.C
2020-05-27 Jason Merrillc++: Fix stdcall attribute in template. [PR95222]
2020-05-21 Jason Merrillc++: Check constant array bounds later.
2020-05-21 Jason Merrillc++: Improve error recovery for =.
2020-05-19 Jozef LawrynowiczTESTSUITE: Fix tests for 16-bit targets
2020-05-18 Marek Polacekc++: Sorry about type-dependent arg for __builtin_has_a...
2020-05-12 Nathan Sidwellpreprocessor: EOF location is at end of file [PR95013]
2020-05-08 Nathan SidwellEOF has a location
2020-05-07 Jakub Jelinektestsuite: Improve g++.dg/ext/attr-parm-1.C testcase...
2020-05-06 Nathan Sidwellc++: QT overload regression with attribute [PR94946]
2020-04-27 Jason Merrillc++: Avoid ICE with dependent attribute on type.
2020-04-10 Marek Polacekc++: make __is_constructible work with paren-init of...
2020-03-27 Jakub Jelinekc++: Handle COMPOUND_EXPRs in ocp_convert [PR94339]
2020-03-27 Martin SeborPR c++/94098 - ICE on attribute access redeclaration
2020-03-27 Jakub Jelinekc++: Handle COMPOUND_EXPRs in ocp_convert [PR94339]
2020-03-24 Jason Merrillc++: Give more expressions locations.
2020-03-17 Ville Voutilainenc++: Fix access checks for __is_assignable and __is_con...
2020-03-03 Jakub Jelinekc++: Fix non-constant TARGET_EXPR constexpr handing...
2020-03-02 Martin SeborPR middle-end/92721 - checking ICE on attribute access...
2020-02-29 John David AnglinAdd dg-require-visibility to tests that require visibil...
2020-02-27 Marek Polacekc++: Fix ICE with invalid array bounds [PR93789]
2020-02-24 Jakub Jelinekc++: P1937R2 - Fixing inconsistencies between const...
2020-02-21 Martin SeborPR c++/93753 - ICE on a flexible array followed by...
2020-02-10 Jason Merrillc++: Fix flexible array with synthesized constructor.
2020-02-08 Jakub Jelinekc++: Handle CONSTRUCTORs without indexes in find_array_...
2020-02-07 Paolo CarliniAdd testcase of PR c++/89404, already fixed in trunk.
2020-02-04 Jason Merrillc++: Fix ({ ... }) array mem-initializer.
2020-01-29 Jason Merrillc++: Fix attributes with lambda and trailing return...
2020-01-26 Jason Merrillc++: avoid ICE with __builtin_memset (PR90997).
2020-01-22 Richard SandifordExtend r279588 to g++.dg/ext/sve-sizeless-1.C
2020-01-21 Jason MerrillPR c++/91476 - anon-namespace reference temp clash...
2020-01-17 Jason MerrillPR c++/93286 - ICE with __is_constructible and variadic...
2020-01-16 Stam Markianos-Wright[GCC][PATCH][ARM] Add Bfloat16_t scalar type, vector...
2020-01-15 Jason MerrillPR c++/92871 - bad code with xvalue and GNU ?: extension.
2020-01-13 Jason MerrillPR c++/80265 - constexpr __builtin_mem*.
2020-01-10 Stam Markianos-Wrightconfig.gcc: Add arm_bf16.h.
2020-01-07 Jason MerrillPR c++/47877 - -fvisibility-inlines-hidden and member...
2020-01-05 Jakub Jelinekre PR c++/93046 (ICE in cp_gimplify_init_expr)
2019-12-26 Jakub Jelinekre PR c++/92438 (Function declaration parsed incorrectl...
2019-12-23 Richard Sandiford[C++] Make same_type_p return false for gnu_vector_type...
2019-12-23 Richard Sandiford[C++] Fix ICE for binding lax vector conversions to...
2019-12-19 Richard SandifordUpdate g++.dg/ext/sve-sizeless-2.C after r279471
2019-12-18 Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-09 Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-06 Jakub Jelinekre PR c++/92831 (CWG1299 extend_ref_init_temps_1 punts...
2019-12-06 Richard Sandiford[C++] Pass type uses through the verify_type_context...
2019-12-05 Marek PolacekPR c++/91353 - P1331R2: Allow trivial default init...
2019-12-05 Marek PolacekPR c++/92271 - make __is_same alias for __is_same_as.
2019-12-05 Martin SeborPR middle-end/91582 - missing heap overflow detection...
2019-12-03 Marek PolacekPR c++/91363 - P0960R3: Parenthesized initialization...
2019-12-02 Sudakshina Das[Committed][Arm][testsuite] Fix failure for arm-fp16...
2019-11-18 Paolo Carlinitypeck.c (cp_build_addr_expr_1): Use cp_expr_loc_or_inp...
2019-11-07 Jakub JelinekPR c++/91370 - Implement P1041R4 and P1139R2 - Stronger...
2019-11-02 Jakub Jelinekre PR c++/89640 (g++ chokes on lambda with __attribute__)
2019-11-01 Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-10-23 Jakub Jelinekconstexpr.c (cxx_eval_constant_expression): Temporarily...
2019-10-14 Paolo Carlinidecl.c (check_tag_decl): Use DECL_SOURCE_LOCATION.
2019-10-05 Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-02 Jakub Jelinekconstexpr.c (cxx_eval_constant_expression): If not...
2019-09-16 Paolo Carlinidecl.c (grokdeclarator): Use declspecs->locations and...
2019-09-10 Paolo Carlinidecl.c (has_designator_problem): Use cp_expr_loc_or_inp...
2019-09-10 Christophe Lyon[ARM/FDPIC v6 17/24] [ARM][testsuite] FDPIC: Handle...
2019-08-31 Jason MerrillAdd source location to TRAIT_EXPR.
2019-08-29 Marek PolacekImplement P1152R4: Deprecating some uses of volatile.
2019-07-05 Marek PolacekDR 1813 PR c++/83374 - __is_standard_layout wrong for...
2019-06-25 Jakub Jelinekre PR c++/90969 (ICE: tree check: expected array_type...
2019-06-20 Marek Polacekre PR c++/79781 (ICE on valid C++ code with -std=c...
2019-06-18 Jason MerrillConsolidate constexpr array handling.
2019-06-13 Paolo Carlinire PR target/90871 (g++.dg/ext/altivec-15.C fails after...
2019-06-11 Jakub Jelinekre PR c++/90810 (Different intrinsics behavior on G...
2019-06-01 Ville Voutilainenre PR c++/85254 (boost::is_final does not work for...
2019-05-22 Iain Sandoedarwin, testsuite fix PR27221
2019-05-20 Marek PolacekCWG 2094 - volatile scalars are trivially copyable.
2019-05-20 Marek Polacek* g++.dg/ext/utf8-2.C: Accept both "char" and "char8_t...
2019-05-20 Jonathan WakelyPR c++/90532 Ensure __is_constructible(T[]) is false
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-02 Iain Sandoedarwin, testsuite, fix a failing test.
2019-04-17 Jakub Jelinekre PR c++/89325 (False warnings about "optimization...
2019-04-08 Paolo Carlinire PR c++/89914 (ICE in nothrow_spec_p, at cp/except...
2019-04-05 Jason MerrillPR c++/89948 - ICE with break in statement-expr.
2019-04-03 Jason MerrillPR c++/89331 - ICE with offsetof in incomplete class.
2019-04-01 Martin SeborPR c/89685 - ICE on attribute copy with a compound...
2019-03-27 Jason MerrillPR c++/89241 - ICE with lambda in template parameter...
2019-03-26 Paolo Carlinire PR c++/84598 (internal compiler error: Segmentation...
2019-03-19 Jakub Jelinekre PR target/89752 (ICE in emit_move_insn, at expr...
next