https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83788

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I guess it depends on how exactly it would look like.
Because if the test is simply short asm snippet with .loc directive in it, it
would fail on nvptx anyway, not because .loc with is_stmt is not recognized,
but because the assembly doesn't start with the required directives.
And, if it does contain the required directives specially for nvptx, then it
would on the other side succeed when building nvptx without the cuda headers
and executables, where ptxas can't be invoked and as just does just the most
trivial verification.

Reply via email to