public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/89639] FAIL: gfortran.dg/ieee/ieee_9.f90   -O0  (test for excess errors)
       [not found] <bug-89639-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-29 17:26 ` fxcoudert at gcc dot gnu.org
  2021-12-29 18:03 ` dave.anglin at bell dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2021-12-29 17:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89639

--- Comment #10 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Created attachment 52086
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52086&action=edit
adjust testcase

David, could you kindly test the attached patch, to see if it fixes things?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/89639] FAIL: gfortran.dg/ieee/ieee_9.f90   -O0  (test for excess errors)
       [not found] <bug-89639-4@http.gcc.gnu.org/bugzilla/>
  2021-12-29 17:26 ` [Bug fortran/89639] FAIL: gfortran.dg/ieee/ieee_9.f90 -O0 (test for excess errors) fxcoudert at gcc dot gnu.org
@ 2021-12-29 18:03 ` dave.anglin at bell dot net
  2021-12-31 20:08 ` dave.anglin at bell dot net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dave.anglin at bell dot net @ 2021-12-29 18:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89639

--- Comment #11 from dave.anglin at bell dot net ---
On 2021-12-29 12:26 p.m., fxcoudert at gcc dot gnu.org wrote:
> David, could you kindly test the attached patch, to see if it fixes things?
Added patch to my build tree.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/89639] FAIL: gfortran.dg/ieee/ieee_9.f90   -O0  (test for excess errors)
       [not found] <bug-89639-4@http.gcc.gnu.org/bugzilla/>
  2021-12-29 17:26 ` [Bug fortran/89639] FAIL: gfortran.dg/ieee/ieee_9.f90 -O0 (test for excess errors) fxcoudert at gcc dot gnu.org
  2021-12-29 18:03 ` dave.anglin at bell dot net
@ 2021-12-31 20:08 ` dave.anglin at bell dot net
  2021-12-31 22:23 ` fxcoudert at gcc dot gnu.org
  2022-01-07  6:38 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: dave.anglin at bell dot net @ 2021-12-31 20:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89639

--- Comment #12 from dave.anglin at bell dot net ---
On 2021-12-29 12:26 p.m., fxcoudert at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89639
>
> --- Comment #10 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
> Created attachment 52086
>    --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52086&action=edit
> adjust testcase
>
> David, could you kindly test the attached patch, to see if it fixes things?
Tests pass with patch on hppa-unknown-linux-gnu.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/89639] FAIL: gfortran.dg/ieee/ieee_9.f90   -O0  (test for excess errors)
       [not found] <bug-89639-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-12-31 20:08 ` dave.anglin at bell dot net
@ 2021-12-31 22:23 ` fxcoudert at gcc dot gnu.org
  2022-01-07  6:38 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2021-12-31 22:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89639

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #13 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Fixed at cb48166e52c0f159eb80a0666c4847825e294ec0

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/89639] FAIL: gfortran.dg/ieee/ieee_9.f90   -O0  (test for excess errors)
       [not found] <bug-89639-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-12-31 22:23 ` fxcoudert at gcc dot gnu.org
@ 2022-01-07  6:38 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-07  6:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89639

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-07  6:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-89639-4@http.gcc.gnu.org/bugzilla/>
2021-12-29 17:26 ` [Bug fortran/89639] FAIL: gfortran.dg/ieee/ieee_9.f90 -O0 (test for excess errors) fxcoudert at gcc dot gnu.org
2021-12-29 18:03 ` dave.anglin at bell dot net
2021-12-31 20:08 ` dave.anglin at bell dot net
2021-12-31 22:23 ` fxcoudert at gcc dot gnu.org
2022-01-07  6:38 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).