[Bug fortran/67623] interaction between cpp and Fortran

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

[Bug fortran/67623] interaction between cpp and Fortran

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

[Bug fortran/67623] interaction between cpp and Fortran

2015-09-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67623 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org

[Bug fortran/67623] interaction between cpp and Fortran

2015-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67623 --- Comment #2 from Richard Biener --- int main() { printf ("Hello\ /* */\ world"); } works as expected though: > ./a.out Hello /* */ world but then libcpp doesn't know about fortrans continuation cha

[Bug fortran/67623] interaction between cpp and Fortran

2015-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67623 --- Comment #1 from Richard Biener --- I think multi-line strings like this are not well supported by C/C++. Eventually fortran needs to tell the preprocessor it allows them.