[Bug fortran/99349] ICE in match_data_constant, at fortran/decl.c:426

2022-09-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/99349] ICE in match_data_constant, at fortran/decl.c:426

2022-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 --- Comment #8 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:b6aa7d45b502c01f8703c8d2cee2690f9aa8e282 commit r13-2382-gb6aa7d45b502c01f8703c8d2cee2690f9aa8e282 Author: Harald Anlauf Date:

[Bug fortran/99349] ICE in match_data_constant, at fortran/decl.c:426

2022-09-01 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 --- Comment #7 from Steve Kargl --- On Thu, Sep 01, 2022 at 06:45:25PM +, anlauf at gcc dot gnu.org wrote: > > Alternatively, simply catching the NULL pointer dereference by > > diff --git a/gcc/fortran/decl.cc b/gcc/fortran/decl.cc > index

[Bug fortran/99349] ICE in match_data_constant, at fortran/decl.c:426

2022-09-01 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 --- Comment #6 from Steve Kargl --- On Thu, Sep 01, 2022 at 07:57:56PM +, anlauf at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 > > --- Comment #5 from anlauf at gcc dot gnu.org --- > (In reply to Steve Kargl

[Bug fortran/99349] ICE in match_data_constant, at fortran/decl.c:426

2022-09-01 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 --- Comment #5 from anlauf at gcc dot gnu.org --- (In reply to Steve Kargl from comment #4) > The function is match_data_constant(), so we're looking for a > constant. My patch simply removes the type checking as it is > unimportant here, and a

[Bug fortran/99349] ICE in match_data_constant, at fortran/decl.c:426

2022-09-01 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 --- Comment #4 from Steve Kargl --- On Thu, Sep 01, 2022 at 06:45:25PM +, anlauf at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 > > anlauf at gcc dot gnu.org changed: > >What|Removed

[Bug fortran/99349] ICE in match_data_constant, at fortran/decl.c:426

2022-09-01 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org

[Bug fortran/99349] ICE in match_data_constant, at fortran/decl.c:426

2021-03-02 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug fortran/99349] ICE in match_data_constant, at fortran/decl.c:426

2021-03-02 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Priority|P3