[Bug fortran/114467] f951: internal compiler error: Segmentation fault

2024-04-25 Thread thomas.kalscheuer at geo dot uu.se via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114467

thomas  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|WAITING |RESOLVED

--- Comment #5 from thomas  ---
(In reply to anlauf from comment #4)

I have downloaded a recent snapshot, which turned out to be v. 14.0.1 rather
than the latest 13-branch. But I can confirm that the problem does not occur
anymore when using gfortran v. 14.0.1.

Many thanks for your kind help!

[Bug fortran/114467] f951: internal compiler error: Segmentation fault

2024-04-16 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114467

--- Comment #4 from anlauf at gcc dot gnu.org ---
(In reply to thomas from comment #3)
> (In reply to anlauf from comment #1)
> > Can you attached a self-contained reproducer?
> > 
> > The traceback looks familiar.  Are you by chance using an associate
> > construct?  There has been a fix backported from 14-mainline to 13-branch
> > after the release of 13.2, so it might have been fixed in the meantime.
> > 
> > (Likely a dup of pr109948).
> 
> Just to be on the safe side, would gcc 13.2.0 from 2023-07-27 be the right
> version to test?

No.  The backport was applied to 13-branch on 2023-08-27.

I'd recommend to use a more recent snapshot of 13-branch.

[Bug fortran/114467] f951: internal compiler error: Segmentation fault

2024-04-16 Thread thomas.kalscheuer at geo dot uu.se via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114467

--- Comment #3 from thomas  ---
(In reply to anlauf from comment #1)
> Can you attached a self-contained reproducer?
> 
> The traceback looks familiar.  Are you by chance using an associate
> construct?  There has been a fix backported from 14-mainline to 13-branch
> after the release of 13.2, so it might have been fixed in the meantime.
> 
> (Likely a dup of pr109948).

Just to be on the safe side, would gcc 13.2.0 from 2023-07-27 be the right
version to test?

[Bug fortran/114467] f951: internal compiler error: Segmentation fault

2024-04-16 Thread thomas.kalscheuer at geo dot uu.se via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114467

--- Comment #2 from thomas  ---
Yes, I use associate constructs at multiple places in the code. Unfortunately,
I won't easily be able to provide a self-contained reproducer, as the error
occurs in the middle of a larger compilation cascade involving about 30 or so
modules. I will talk to our admin to install a more recent version of gcc 13.2.

[Bug fortran/114467] f951: internal compiler error: Segmentation fault

2024-03-25 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114467

anlauf at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2024-03-25
 Ever confirmed|0   |1

--- Comment #1 from anlauf at gcc dot gnu.org ---
Can you attached a self-contained reproducer?

The traceback looks familiar.  Are you by chance using an associate
construct?  There has been a fix backported from 14-mainline to 13-branch
after the release of 13.2, so it might have been fixed in the meantime.

(Likely a dup of pr109948).