[Bug c++/93431] FAIL: g++.dg/cpp2a/lambda-uneval9.C -std=c++2a (test for excess errors)

tschwinge at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 7 13:56:07 GMT 2020


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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2020-01-27 00:00:00         |2020-5-7
             Target|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11 nvptx
                 CC|                            |tschwinge at gcc dot gnu.org

--- Comment #3 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Supposedly same issue for nvptx target, where as of somewhere in
cff5a231480526aa73094a22fe8b2f39b63735a4..c416c52bcdb120db5e8c53a51bd78c4360daf79b
we got the regression:

    UNSUPPORTED: g++.dg/cpp2a/lambda-uneval9.C  -std=c++98
    UNSUPPORTED: g++.dg/cpp2a/lambda-uneval9.C  -std=c++14
    UNSUPPORTED: g++.dg/cpp2a/lambda-uneval9.C  -std=c++17
    PASS: g++.dg/cpp2a/lambda-uneval9.C  -std=c++2a (test for excess errors)
    [-PASS:-]{+FAIL:+} g++.dg/cpp2a/lambda-uneval9.C  -std=c++2a execution test

    spawn [...]/nvptx-none-run-single ./lambda-uneval9.exe
    error   : Multiple definition of '_ZZ7counterIZ1fvEUlvE_EivE3cnt' in 'input
file 2 at offset 4789', first defined in 'input file 1 at offset 1796'
    nvptx-run: cuLinkAddData failed: unknown error (CUDA_ERROR_UNKNOWN, 999)


More information about the Gcc-bugs mailing list