[Bug testsuite/99175] FAIL: g++.dg/modules/bad-mapper-1.C -std=c++17 (test for errors, line )
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 28 18:14:19 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99175
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c++ |testsuite
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I take that back, it looks more like the testcase is not expecting some of the
error messages that happen on HPUX for this testcase.
It is only expecting:
// { dg-error "-:failed exec.*mapper.* .*this-will-not-work" "" { target *-*-*
} 0 }
But got:
cc1plus: error trying to exec 'this-will-not-work': execvp: No such file or
directory
A few other messages.
More information about the Gcc-bugs
mailing list