From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 2D2ED385840F; Thu, 23 Feb 2023 13:48:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D2ED385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677160084; bh=82U0RCXj11lyy0YWm4mzaD+PzXE4UuKZKbZOpd9EDR0=; h=From:To:Subject:Date:From; b=bdW+AvGbAcxPbOHgd7HrhIOhCKvZUhC4b1V8XrV4jdNHoorEwTSvoJvDUMRxNjPv3 FkUNsaGIQ1bfjBlYUnfUA2e4xqnSNJJgYQ6Ysyu4l7hucXR0B3cJb2lVNndyXZaD/3 bb5u2RfjmleBcwTbN3dw+oibjPS7+AkkPzWftc/U= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/testme)] [libstdc++] [testsuite] intro/names.cc: undef func on vxw7krn X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: af46073dbe83d88e2d93d967da447346b22c70bb X-Git-Newrev: 9854d500109b4a21a04414abdf48cb099fd67b05 Message-Id: <20230223134804.2D2ED385840F@sourceware.org> Date: Thu, 23 Feb 2023 13:48:04 +0000 (GMT) List-Id: https://gcc.gnu.org/g:9854d500109b4a21a04414abdf48cb099fd67b05 commit 9854d500109b4a21a04414abdf48cb099fd67b05 Author: Alexandre Oliva Date: Thu Feb 23 10:30:19 2023 -0300 [libstdc++] [testsuite] intro/names.cc: undef func on vxw7krn The '#define func' added in 2021, to test that system headers don't violate the user namespace, exposes such a bug in the vxworks sysLib.h header, so add yet another such annotated workaround. for libstdc++-v3/ChangeLog * testsuite/17_intro/names.cc: Undef func on vxworks >= 7 in kernel mode. Diff: