PR c++/92907 - noexcept does not consider "const" in member functions.
[gcc.git] / gcc / testsuite /
2020-01-22 Marek PolacekPR c++/92907 - noexcept does not consider "const" in...
2020-01-22 Marek PolacekPR c++/93324 - ICE with -Wall on constexpr if.
2020-01-22 Richard Sandifordcfgexpand: Update partition size when merging variables
2020-01-22 Richard SandifordSkip gcc.target/aarch64/sve/tls_preserve* for emultls...
2020-01-22 Richard SandifordFix gcc.target/aarch64/sve/sel_3.c for big-endian targets
2020-01-22 Richard SandifordExtend r279588 to g++.dg/ext/sve-sizeless-1.C
2020-01-22 Richard Bienertree-optimization/93381 fix integer offsetting in point...
2020-01-22 Jakub Jelinekaarch64: Fix aarch64_expand_subvti constant handling...
2020-01-22 Jakub Jelineki386: Fix up -fdollars-in-identifiers with identifiers...
2020-01-22 Jakub Jelinekopenmp: Fix up !$omp target parallel handling
2020-01-22 Jakub Jelinekopenmp: Teach omp_code_to_statement about rest of OpenM...
2020-01-22 JunMaAdd error messages for missing methods of awaitable...
2020-01-22 Andrew PinskiFix target/93119 (aarch64): ICE with traditional TLS...
2020-01-22 Joseph MyersFix ICE with cast of division by zero (PR c/93348).
2020-01-21 David Malcolmanalyzer: fix qsort issue with array_region keys (PR...
2020-01-21 Jason MerrillPR c++/40752 - useless -Wconversion with short +=.
2020-01-21 Hans-Peter NilssonMore uses of effective-target march_option for cris
2020-01-21 H.J. Lui386: Do GNU2 TLS address computation in ptr_mode
2020-01-21 Jason MerrillPR c++/60855 - ICE with sizeof VLA capture.
2020-01-21 Jason MerrillPR c++/90732 - ICE with VLA capture and generic lambda.
2020-01-21 Iain Sandoe[coro] Fix co_await of void type.
2020-01-21 Jakub Jelinekriscv: Fix up riscv_rtx_costs for RTL checking (PR...
2020-01-21 Sandra LoosemoreFix line terminator pattern in testcase.
2020-01-21 Richard Sandifordaarch64: Use stdint types for SVE ACLE elements
2020-01-21 Szabolcs Nagy[AArch64] PR92424: Fix -fpatchable-function-entry=N...
2020-01-21 Matthew Malcomson[AArch64] effective_target for aarch64 f64mm asm
2020-01-21 Jason MerrillPR c++/91476 - anon-namespace reference temp clash...
2020-01-21 Tobias BurnusFortran] PR93309 – permit repeated 'implicit none(exter...
2020-01-21 Richard Bienertree-optimization/92328 fix value-number with bogus...
2020-01-21 Jakub Jelinekpowerpc: Fix ICE with fp conditional move (PR target...
2020-01-21 Bin ChengFix false warning messages about missing return in...
2020-01-21 Kito ChengRISC-V: Disallow regrenme if the TO register never...
2020-01-20 Martin SeborPR testsuite/92829 - several -Wstringop-overflow test...
2020-01-20 Nathan Sidwell[PR 80005] Fix __has_include
2020-01-20 Mark Eggleston[PATCH] PR Fortran/93263 Correct test case
2020-01-20 H.J. Lux32: Add x32 support to -mtls-dialect=gnu2
2020-01-20 Richard Bienerdebug/92763 keep DIEs that might be used in DW_TAG_inli...
2020-01-20 Paolo CarliniAdd testcase of PR c++/92536, already fixed.
2020-01-20 Richard Bienertree-optimization/93094 pass down VECTORIZED_CALL to...
2020-01-20 David Malcolmanalyzer: ensure that all DejaGnu tests have unique...
2020-01-19 Hans-Peter Nilssontestsuite: effective_target_march_option: support check...
2020-01-19 Hans-Peter Nilssontestsuite: Make use of effective-target march_option...
2020-01-19 Jason MerrillPR c++/33799 - destroy return value, take 2.
2020-01-19 Thomas KönigCheck for illegal reference in function.
2020-01-18 Jakub Jelinektestsuite: Fix dg-message syntax.
2020-01-18 Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-18 Jerry DeLislePR93234 INQUIRE on pre-assigned files of ROUND and...
2020-01-17 David Malcolmanalyzer: prevent ICE on isnan (PR 93290)
2020-01-17 Paolo CarliniAdd testcase of PR c++/92542, already fixed.
2020-01-17 Paolo CarliniAdd testcase of PR c++/92542, already fixed.
2020-01-17 Mihail Ionescu[GCC/ARM, 2/2] Add support for ASRL(imm), LSLL(imm...
2020-01-17 Mihail Ionescu[GCC/ARM, 1/2] Add support for ASRL(reg) and LSLL(reg...
2020-01-17 Jonathan WakelyFix g++ testsuite failure caused by std::is_pod deprecation
2020-01-17 Matthew Malcomson[AArch64] [SVE] Implement svld1ro intrinsic.
2020-01-17 Matthew Malcomson[AArch64] Enable CLI for Armv8.6-A f64mm
2020-01-17 Jason MerrillPR c++/92531 - ICE with noexcept(lambda).
2020-01-17 Jakub Jelinekc++: Fix deprecated attribute handling on templates...
2020-01-17 Richard Sandifordaarch64: Don't raise FE_INVALID for -__builtin_isgreate...
2020-01-17 Richard Sandifordgimplifier: handle POLY_INT_CST-sized TARGET_EXPRs
2020-01-17 Mark EgglestonPATCH] Fortran: PR93263 -fno-automatic and RECURSIVE
2020-01-17 Jakub Jelinekvect: Fix ICE in vectorizable_comparison PR93292
2020-01-17 Jakub Jelinektestsuite: Unbreak compat.exp testing with alt compiler...
2020-01-17 Jakub JelinekChangeLog fixes.
2020-01-17 Jason MerrillPR c++/93286 - ICE with __is_constructible and variadic...
2020-01-16 Kerem KatFix ICE caused by swallowing a token in c_parser_consum...
2020-01-16 Stam Markianos-Wright[GCC][PATCH][ARM] Add Bfloat16_t scalar type, vector...
2020-01-16 Stam Markianos-Wright[GCC][PATCH][ARM] Add Bfloat16_t scalar type, vector...
2020-01-16 Mihail IonescuAdd CLI and multilib support for Armv8.1-M Mainline...
2020-01-16 Mihail Ionescu[PATCH, GCC/ARM, 9/10] Call nscall function with blxns
2020-01-16 Mihail Ionescu[PATCH, GCC/ARM, 8/10] Do lazy store & load inline...
2020-01-16 Mihail Ionescu[PATCH, GCC/ARM, 7/10] Clear all VFP regs inline in...
2020-01-16 Mihail Ionescu[PATCH, GCC/ARM, 6/10] Clear GPRs inline when calling...
2020-01-16 Mihail Ionescu[PATCH, GCC/ARM, 5/10] Clear VFP registers with VSCCLRM
2020-01-16 Mihail Ionescu[PATCH, GCC/ARM, 4/10] Clear GPR with CLRM
2020-01-16 Mihail Ionescu[PATCH, GCC/ARM, 3/10] Save/restore FPCXTNS in nsentry...
2020-01-16 Mihail Ionescu[PATCH, GCC/ARM, 2/10] Add command line support for...
2020-01-16 Stam Markianos-Wright[GCC][PATCH][AArch64]Add ACLE intrinsics for bfdot...
2020-01-16 Stam Markianos-Wright[GCC][PATCH][AArch64]Add ACLE intrinsics for dot produc...
2020-01-16 Andre VieiraPR tree-optimization/92429 do not fold when updating...
2020-01-16 Tobias BurnusPR93253 – Document BOZ changes, make it friendlier...
2020-01-15 Paolo CarliniFix "PR c++/91073 if constexpr no longer works directly...
2020-01-15 Jason MerrillRevert "PR c++/33799 - destroy return value if local...
2020-01-15 Jason MerrillPR c++/93257 - consteval void function.
2020-01-15 Jason MerrillPR c++/92871 - bad code with xvalue and GNU ?: extension.
2020-01-15 Wilco DijkstraFix ctz issues (PR93231)
2020-01-15 Richard Bienermiddle-end/93273 - fix sinking clobbers across backedges
2020-01-15 Richard SandifordPR tree-optimization/93247 - ICE in get_load_store_type
2020-01-15 Martin Seborgcc/testsuite/ChangeLog:
2020-01-15 Joseph MyersFix setting of DECL_CONTEXT in pushdecl (PR c/93072).
2020-01-15 David Malcolmanalyzer: fix global-sm-state issue affecting sm-signal
2020-01-15 David Malcolmanalyzer: ensure .dot output is valid for an empty BB
2020-01-15 David Malcolmanalyzer: fix tests for UNKNOWN_LOCATION
2020-01-15 David Malcolmanalyzer: add known stdio functions to sm-file.cc ...
2020-01-15 Jakub Jelinektree-optimization: Fix tree dse of __*_chk PR93262
2020-01-15 Jakub Jelinektree-optimization: Fix tree dse of strncpy PR93249
2020-01-14 David Malcolmanalyzer: introduce a set of known async-signal-unsafe...
2020-01-14 David Malcolmanalyzer: purge state for unknown function calls
2020-01-14 David Malcolmanalyzer: fix dedupe issue seen with CVE-2005-1689
2020-01-14 Jakub JelinekRemove bogus initial lines from test.
2020-01-14 Jakub Jelineki386: Fix wrong-code x86 issue with avx512{f,vl} fma...
next