public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/71706] [8/9/10/11 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds
       [not found] <bug-71706-4@http.gcc.gnu.org/bugzilla/>
@ 2020-06-28 20:20 ` anlauf at gcc dot gnu.org
  2020-06-29 13:16 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-06-28 20:20 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anlauf at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |anlauf at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #13 from anlauf at gcc dot gnu.org ---
Patch: https://gcc.gnu.org/pipermail/fortran/2020-June/054642.html

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

* [Bug fortran/71706] [8/9/10/11 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds
       [not found] <bug-71706-4@http.gcc.gnu.org/bugzilla/>
  2020-06-28 20:20 ` [Bug fortran/71706] [8/9/10/11 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds anlauf at gcc dot gnu.org
@ 2020-06-29 13:16 ` cvs-commit at gcc dot gnu.org
  2020-06-30 18:44 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-06-29 13:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Harald Anlauf <anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:e6cc67f6616c96f3e18a434e0c74ba2f3818cb6d

commit r11-1712-ge6cc67f6616c96f3e18a434e0c74ba2f3818cb6d
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Mon Jun 29 15:15:49 2020 +0200

    PR fortran/71706 - ICE on using sync images with -fcheck=bounds

    The run-time checking code did not properly convert the kind of the
    argument to SYNC IMAGES, leading to an error in verify_gimple.  Fix that.

    gcc/fortran/
            PR fortran/71706
            * trans-stmt.c (gfc_trans_sync): Do proper kind conversion in
            bounds-checking code.

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

* [Bug fortran/71706] [8/9/10/11 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds
       [not found] <bug-71706-4@http.gcc.gnu.org/bugzilla/>
  2020-06-28 20:20 ` [Bug fortran/71706] [8/9/10/11 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds anlauf at gcc dot gnu.org
  2020-06-29 13:16 ` cvs-commit at gcc dot gnu.org
@ 2020-06-30 18:44 ` cvs-commit at gcc dot gnu.org
  2020-06-30 18:49 ` [Bug fortran/71706] [8/9 " anlauf at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-06-30 18:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Harald Anlauf
<anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:5d8ee8e91eb07cd529230321f458d424019c0f07

commit r10-8399-g5d8ee8e91eb07cd529230321f458d424019c0f07
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Mon Jun 29 15:15:49 2020 +0200

    PR fortran/71706 - ICE on using sync images with -fcheck=bounds

    The run-time checking code did not properly convert the kind of the
    argument to SYNC IMAGES, leading to an error in verify_gimple.  Fix that.

    gcc/fortran/
            PR fortran/71706
            * trans-stmt.c (gfc_trans_sync): Do proper kind conversion in
            bounds-checking code.

    (cherry picked from commit e6cc67f6616c96f3e18a434e0c74ba2f3818cb6d)

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

* [Bug fortran/71706] [8/9 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds
       [not found] <bug-71706-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-06-30 18:44 ` cvs-commit at gcc dot gnu.org
@ 2020-06-30 18:49 ` anlauf at gcc dot gnu.org
  2020-07-01 19:52 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-06-30 18:49 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[8/9/10/11 Regression]      |[8/9 Regression] [Coarray]
                   |[Coarray] ICE on using sync |ICE on using sync images
                   |images with                 |with integer(kind<>4), with
                   |integer(kind<>4), with      |-fcoarray=lib
                   |-fcoarray=lib               |-fcheck=bounds
                   |-fcheck=bounds              |

--- Comment #16 from anlauf at gcc dot gnu.org ---
Fixed on master for gcc-11 and on 10-branch so far.

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

* [Bug fortran/71706] [8/9 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds
       [not found] <bug-71706-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-06-30 18:49 ` [Bug fortran/71706] [8/9 " anlauf at gcc dot gnu.org
@ 2020-07-01 19:52 ` cvs-commit at gcc dot gnu.org
  2020-07-02 18:30 ` cvs-commit at gcc dot gnu.org
  2020-07-02 18:31 ` anlauf at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-01 19:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #17 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Harald Anlauf
<anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:0c6cec5ce99a7f532d66373e0ba340c94ef688a6

commit r9-8712-g0c6cec5ce99a7f532d66373e0ba340c94ef688a6
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Mon Jun 29 15:15:49 2020 +0200

    PR fortran/71706 - ICE on using sync images with -fcheck=bounds

    The run-time checking code did not properly convert the kind of the
    argument to SYNC IMAGES, leading to an error in verify_gimple.  Fix that.

    gcc/fortran/
            PR fortran/71706
            * trans-stmt.c (gfc_trans_sync): Do proper kind conversion in
            bounds-checking code.

    (cherry picked from commit e6cc67f6616c96f3e18a434e0c74ba2f3818cb6d)

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

* [Bug fortran/71706] [8/9 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds
       [not found] <bug-71706-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-07-01 19:52 ` cvs-commit at gcc dot gnu.org
@ 2020-07-02 18:30 ` cvs-commit at gcc dot gnu.org
  2020-07-02 18:31 ` anlauf at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-02 18:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #18 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Harald Anlauf
<anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:10b028c2813f683a8ebab7d36c9d0d05b49a710b

commit r8-10340-g10b028c2813f683a8ebab7d36c9d0d05b49a710b
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Mon Jun 29 15:15:49 2020 +0200

    PR fortran/71706 - ICE on using sync images with -fcheck=bounds

    The run-time checking code did not properly convert the kind of the
    argument to SYNC IMAGES, leading to an error in verify_gimple.  Fix that.

    gcc/fortran/
            PR fortran/71706
            * trans-stmt.c (gfc_trans_sync): Do proper kind conversion in
            bounds-checking code.

    (cherry picked from commit e6cc67f6616c96f3e18a434e0c74ba2f3818cb6d)

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

* [Bug fortran/71706] [8/9 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds
       [not found] <bug-71706-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2020-07-02 18:30 ` cvs-commit at gcc dot gnu.org
@ 2020-07-02 18:31 ` anlauf at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-07-02 18:31 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

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

--- Comment #19 from anlauf at gcc dot gnu.org ---
Fixed down to 8-branch.  Closing.

Thanks for the report!

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

end of thread, other threads:[~2020-07-02 18:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-71706-4@http.gcc.gnu.org/bugzilla/>
2020-06-28 20:20 ` [Bug fortran/71706] [8/9/10/11 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds anlauf at gcc dot gnu.org
2020-06-29 13:16 ` cvs-commit at gcc dot gnu.org
2020-06-30 18:44 ` cvs-commit at gcc dot gnu.org
2020-06-30 18:49 ` [Bug fortran/71706] [8/9 " anlauf at gcc dot gnu.org
2020-07-01 19:52 ` cvs-commit at gcc dot gnu.org
2020-07-02 18:30 ` cvs-commit at gcc dot gnu.org
2020-07-02 18:31 ` anlauf 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).