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

2019-02-09 Thread Eric Botcazou
> 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.

-- 
Eric Botcazou


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

2019-02-08 Thread Eric Botcazou
> 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


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

2019-02-08 Thread Rainer Orth
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

-- 
-
Rainer Orth, Center for Biotechnology, Bielefeld University


2019-02-08  Rainer Orth  

* gnat.dg/lto19.adb: Remove dg-excess-errors.

# 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;