diff mbox series

[testsuite,ada] Don't XPASS gnat.dg/lto19.adb

Message ID yddwomafw7s.fsf@CeBiTec.Uni-Bielefeld.DE
State New
Headers show
Series [testsuite,ada] Don't XPASS gnat.dg/lto19.adb | expand

Commit Message

Rainer Orth Feb. 8, 2019, 9:47 a.m. UTC
Between 20181106 (r265849) and 20181107 (r265879), gnat.dg/lto19.adb
started to XPASS everywhere:

XPASS: gnat.dg/lto19.adb (test for excess errors)

Fixed as follows, tested on i386-pc-solaris2.11 and
sparc-sun-solaris2.11.

Ok for mainline?

	Rainer

Comments

Eric Botcazou Feb. 8, 2019, 10:08 a.m. UTC | #1
> Between 20181106 (r265849) and 20181107 (r265879), gnat.dg/lto19.adb
> started to XPASS everywhere:
> 
> XPASS: gnat.dg/lto19.adb (test for excess errors)

The idea was to wait until Jan fixes the lto8 failure introduced roughly at 
the same time...
Eric Botcazou Feb. 9, 2019, 6:16 p.m. UTC | #2
> Between 20181106 (r265849) and 20181107 (r265879), gnat.dg/lto19.adb
> started to XPASS everywhere:
> 
> XPASS: gnat.dg/lto19.adb (test for excess errors)
> 
> Fixed as follows, tested on i386-pc-solaris2.11 and sparc-sun-solaris2.11.

Jan just fixed the lto8 failure (thanks!) so you can go ahead with the patch.
diff mbox series

Patch

# HG changeset patch
# Parent  8fbd3c9e3f106341e6b4070ccd57077b71274fb8
Don't XPASS gnat.dg/lto19.adb

diff --git a/gcc/testsuite/gnat.dg/lto19.adb b/gcc/testsuite/gnat.dg/lto19.adb
--- a/gcc/testsuite/gnat.dg/lto19.adb
+++ b/gcc/testsuite/gnat.dg/lto19.adb
@@ -1,6 +1,5 @@ 
 -- { dg-do run }
 -- { dg-options "-flto" { target lto } }
--- { dg-excess-errors "does not match original declaration" }
 
 with Lto19_Pkg1;