https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67623
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67623
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
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
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.