https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121366
Bug ID: 121366
Summary: When an intrinsic trigonometric function in degrees is
used a a pointer target, an internal compiler error
occurs
Product: gcc
Version: 15.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: jean.vezina at gmail dot com
Target Milestone: ---
Created attachment 62033
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62033&action=edit
Sample code to reproduce the problem
When an intrinsic trigonometric function in degrees is used a a pointer target,
an internal compiler error occurs.
Steps to reproduce the problem:
Compile the test program with the command:
gfortran ttt.f90
An internal compiler error is produced at the line containing the pointer
assignment to the sind function.
Thanks,
Jean Vézina