[Bug fortran/65025] Internal compiler error with preprocessor in gfortran

2021-08-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65025 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug fortran/65025] Internal compiler error with preprocessor in gfortran

2015-02-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65025 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/65025] Internal compiler error with preprocessor in gfortran

2015-02-11 Thread fkrogh#gcc at mathalacarte dot com
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

[Bug fortran/65025] Internal compiler error with preprocessor in gfortran

2015-02-11 Thread fkrogh#gcc at mathalacarte dot com
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

[Bug fortran/65025] Internal compiler error with preprocessor in gfortran

2015-02-11 Thread dominiq at lps dot ens.fr
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

[Bug fortran/65025] Internal compiler error with preprocessor in gfortran

2015-02-11 Thread fkrogh#gcc at mathalacarte dot com
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?

[Bug fortran/65025] Internal compiler error with preprocessor in gfortran

2015-02-11 Thread dominiq at lps dot ens.fr
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. ***