https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65025
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65025
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65025
--- Comment #5 from Fred Krogh ---
I realize (now) that this is not a valid Fortran code. I was trying to hard to
make it work like it works in C. Removing the apostrophes around the s, d, and
q, in both the code and on the command line, and al
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65025
--- Comment #4 from Fred Krogh ---
In collapsing a big code to the small example, I left out a line that should be
there. Add below the first line
use ISO_C_BINDING, only: C_DOUBLE, C_FLOAT, C_LONG_DOUBLE
This has no effect however on the in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65025
--- Comment #3 from Dominique d'Humieres ---
> Maybe this time the code will get there?
The code was there in this PR, but not in 65026.
#if plet_=='s'
#define ckind__ C_FLOAT
#elif plet_=='q'
#define ckind__ C_LONG_DOUBLE
#elif plet_=='d'
#d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65025
--- Comment #2 from Fred Krogh ---
Created attachment 34734
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34734&action=edit
The small test program that shows the error.
Maybe this time the code will get there?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65025
--- Comment #1 from Dominique d'Humieres ---
*** Bug 65026 has been marked as a duplicate of this bug. ***