public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/93498] [9/10 Regression] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844 since r9-3688-g01ce9e31a02c8039
       [not found] <bug-93498-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:58 ` jakub at gcc dot gnu.org
  2020-04-02  6:32 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.3                         |9.4

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug fortran/93498] [9/10 Regression] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844 since r9-3688-g01ce9e31a02c8039
       [not found] <bug-93498-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug fortran/93498] [9/10 Regression] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844 since r9-3688-g01ce9e31a02c8039 jakub at gcc dot gnu.org
@ 2020-04-02  6:32 ` cvs-commit at gcc dot gnu.org
  2020-04-02  7:43 ` cvs-commit at gcc dot gnu.org
  2020-04-02  7:49 ` markeggleston at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-02  6:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mark Eggleston
<markeggleston@gcc.gnu.org>:

https://gcc.gnu.org/g:2c54eab5a302c6da015bb39b1a81f6799e45a650

commit r10-7508-g2c54eab5a302c6da015bb39b1a81f6799e45a650
Author: Mark Eggleston <markeggleston@gcc.gnu.org>
Date:   Thu Apr 2 07:31:12 2020 +0100

    fortran : ICE in gfc_resolve_findloc PR93498

    ICE occurs when findloc is used with character arguments of different
    kinds.  If the character kinds are different reject the code.

    Original patch provided by Steven G. Kargl  <kargl@gcc.gnu.org>.

    gcc/fortran/ChangeLog:

            PR fortran/93498
            * check.c (gfc_check_findloc):  If the kinds of the arguments
            differ goto label "incompat".

    gcc/testsuite/ChangeLog:

            PR fortran/93498
            * gfortran.dg/pr93498_1.f90:  New test.
            * gfortran.dg/pr93498_2.f90:  New test.

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

* [Bug fortran/93498] [9/10 Regression] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844 since r9-3688-g01ce9e31a02c8039
       [not found] <bug-93498-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug fortran/93498] [9/10 Regression] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844 since r9-3688-g01ce9e31a02c8039 jakub at gcc dot gnu.org
  2020-04-02  6:32 ` cvs-commit at gcc dot gnu.org
@ 2020-04-02  7:43 ` cvs-commit at gcc dot gnu.org
  2020-04-02  7:49 ` markeggleston at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-02  7:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Mark Eggleston
<markeggleston@gcc.gnu.org>:

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

commit r9-8441-gb6e546912555c9b9b27bdce516e98546f4cd3d25
Author: Mark Eggleston <markeggleston@gcc.gnu.org>
Date:   Thu Apr 2 08:42:41 2020 +0100

    fortran : ICE in gfc_resolve_findloc PR93498

    ICE occurs when findloc is used with character arguments of different
    kinds.  If the character kinds are different reject the code.

    Original patch provided by Steven G. Kargl  <kargl@gcc.gnu.org>.

    gcc/fortran/ChangeLog:

            Backport from master
            Steven G. Kargl  <kargl@gcc.gnu.org>

            PR fortran/93498
            * check.c (gfc_check_findloc):  If the kinds of the arguments
            differ goto label "incompat".

    gcc/testsuite/ChangeLog:

            Backport from master
            2020-04-02  Mark Eggleston <markeggleston@gcc.gnu.org>

            PR fortran/93498
            * gfortran.dg/pr93498_1.f90:  New test.
            * gfortran.dg/pr93498_2.f90:  New test.

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

* [Bug fortran/93498] [9/10 Regression] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844 since r9-3688-g01ce9e31a02c8039
       [not found] <bug-93498-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-04-02  7:43 ` cvs-commit at gcc dot gnu.org
@ 2020-04-02  7:49 ` markeggleston at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: markeggleston at gcc dot gnu.org @ 2020-04-02  7:49 UTC (permalink / raw)
  To: gcc-bugs

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

markeggleston at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |markeggleston at gcc dot gnu.org
             Status|NEW                         |RESOLVED

--- Comment #9 from markeggleston at gcc dot gnu.org ---
Committed to master and backported:

r10-7508-g2c54eab5a302c6da015bb39b1a81f6799e45a650
r9-8441-gb6e546912555c9b9b27bdce516e98546f4cd3d25

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

end of thread, other threads:[~2020-04-02  7:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93498-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:58 ` [Bug fortran/93498] [9/10 Regression] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844 since r9-3688-g01ce9e31a02c8039 jakub at gcc dot gnu.org
2020-04-02  6:32 ` cvs-commit at gcc dot gnu.org
2020-04-02  7:43 ` cvs-commit at gcc dot gnu.org
2020-04-02  7:49 ` markeggleston 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).