Fix ICE on unsupported FP comparison
[gcc.git] / gcc / testsuite /
2020-01-24 Christophe Lyondebug/92763 Fix testcase to require fopenmp
2020-01-24 David Malcolmanalyzer: avoid relying on system <assert.h> in testsui...
2020-01-23 Jakub Jelinektestsuite: Require lp64 target rather x86_64-*-* in...
2020-01-23 Jakub Jelinekpostreload: Fix up postreload combine [PR93402]
2020-01-23 Paolo CarliniFix "PR c++/92804 ICE trying to use concept as a nested...
2020-01-23 Jason Merrillc++: Avoid ICE when constant evaluation of __builtin_st...
2020-01-23 Jason Merrillc++: Fix ICE with defaulted destructor and template.
2020-01-23 David Malcolmanalyzer: avoid ICE with missing arguments (PR 93375)
2020-01-23 Jason Merrillc-family: One more 40752 tweak for unsigned char.
2020-01-23 Jakub Jelineki386: Fix ICEs on TImode signed overflow add/sub patter...
2020-01-23 Richard Sandifordaarch64: Fix -mtrack-speculation for irreversible condi...
2020-01-23 David Malcolmanalyzer: introduce analyzer-torture.exp
2020-01-23 Richard Bienertree-optimization/93354 FRE redundant store removal...
2020-01-23 Jakub Jelineki386: Use bzhi for x & ((1 << y) - 1) or x & ((1U ...
2020-01-23 Martin SeborPR c/84919 - bogus -Wrestrict on sprintf %p with destin...
2020-01-23 Richard Sandifordaarch64: Skip whilele_1.C test for ILP32
2020-01-23 Richard Sandifordaarch64: Skip some SVE ACLE function-body tests for...
2020-01-23 Richard Sandifordtestsuite: Add target/xfail argument to check-function...
2020-01-23 Richard Sandifordauto-inc-dec: Don't add incs/decs to bare CLOBBERs...
2020-01-23 David Malcolmanalyzer: fix ICE due to sm-state origin being purged...
2020-01-23 Andrew PinskiRevert "Allow tree-ssa.exp to be run by itself" and...
2020-01-22 Jason Merrillc-family: Fix problems with blender and PPC from PR...
2020-01-22 Andrew PinskiAllow tree-ssa.exp to be run by itself
2020-01-22 David Malcolmanalyzer: fix usage of "_setjmp" in test for PR 93378
2020-01-22 David Malcolmanalyzer: fix setjmp handling with -g (PR 93378)
2020-01-22 David Malcolmanalyzer: testsuite fixes for alloca, getpass, and...
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
next