Thomas Koenig via Gcc <gcc@gcc.gnu.org> writes:

> Hello world,
>
> looking at a few Fortran bug reports, I found some cases where
> it was not clear if the program in question was standard-conforming
> or not.  I would propose to add a keyword for that, tentatively
> called "interp".
>
> Comments? Suggestions for a different name?  Should I just go ahead
> and create it?

The discussion reminds me a bit of some of the issues raised in
https://shafik.github.io/c++/llvm/2024/10/17/triaging-clang-fronend-bugs.html.

"diverges-from" (-gcc, -msvc, we could have edg, etc), "extension:gnu", 
"extension:microsoft" are some that
LLVM uses.

thanks,
sam

Reply via email to