[Bug testsuite/69488] tests in gnat/sso give a lot of spurious failures

2016-01-27 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69488

--- Comment #6 from Rainer Emrich  ---
I tested the new version of the proposed patch. Now the tests all pass on
x86_64-unknown-linux-gnu and x86_64-w64-mingw32.

Eric, please submit to mainline.

[Bug testsuite/69488] tests in gnat/sso give a lot of spurious failures

2016-01-27 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69488

Eric Botcazou  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |ebotcazou at gcc dot 
gnu.org

--- Comment #7 from Eric Botcazou  ---
Thanks, will apply it.

[Bug testsuite/69488] tests in gnat/sso give a lot of spurious failures

2016-01-27 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69488

--- Comment #5 from Rainer Emrich  ---
Created attachment 37491
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37491=edit
proposed patch, new version

* gnat.dg/sso/*.adb: Robustify dg-output directives.

Changed conv1.adb again. The double "\\" for escaping are necessary.

[Bug testsuite/69488] tests in gnat/sso give a lot of spurious failures

2016-01-27 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69488

--- Comment #4 from Eric Botcazou  ---
> I'm testing the proposed patch on x86_64-w64-mingw32 and
> x86_64-unknown-linux-gnu.

Thanks.  The patch is OK for mainline if the above testing is successful.

[Bug testsuite/69488] tests in gnat/sso give a lot of spurious failures

2016-01-27 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69488

--- Comment #2 from Rainer Emrich  ---
Created attachment 37489
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37489=edit
proposed patch

* gnat.dg/sso/*.adb: Robustify dg-output directives.

[Bug testsuite/69488] tests in gnat/sso give a lot of spurious failures

2016-01-27 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69488

--- Comment #3 from Rainer Emrich  ---
I'm testing the proposed patch on x86_64-w64-mingw32 and
x86_64-unknown-linux-gnu.

[Bug testsuite/69488] tests in gnat/sso give a lot of spurious failures

2016-01-26 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69488

Eric Botcazou  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2016-01-26
Summary|tests in gnat/sso give a|tests in gnat/sso give a
   |lot of incorrect FAIL   |lot of spurious failures
   |results, output pattern |
   |matching goes wrong on  |
   |mingw host  |
 Ever confirmed|0   |1

--- Comment #1 from Eric Botcazou  ---
> Does somebody know how to fix this?

You probably need to do the same adjustments as I did in gcc.dg/sso (r230063).