From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7917) id 611903858C3A; Fri, 29 Mar 2024 13:55:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 611903858C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711720512; bh=xhkNh0HX+jvE0LbNaC6gCxZhaKpwRAwPmUC9afPOydM=; h=From:To:Subject:Date:From; b=ncqr+RBK/yXU2XWzQDH+hdnRV5TnMdk/aN8xwi13R74eoBe/idFY9UWJvWZP2TzE9 NvUHkaxHaDN2IBUWIIRKcZMnQZuVh8nzjYVm37/8nNFJ+ZKD9WmIgWmMk4QpPxXuJv aUncEINOGMaLGnRrQCKcQT2+THdgoVkp7+9aIMks= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: =?utf-8?q?Arsen_Arsenovi=C4=87?= To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-9724] libstdc++-v3: drop GCC Runtime Library Exception from gen tests X-Act-Checkin: gcc X-Git-Author: =?utf-8?q?Arsen_Arsenovi=C4=87?= X-Git-Refname: refs/heads/trunk X-Git-Oldrev: e162228e0baebc836c74c82521d1c7a3c46d9ab1 X-Git-Newrev: f15cea16cc98912bf0ed14d388510d6c2618ba90 Message-Id: <20240329135512.611903858C3A@sourceware.org> Date: Fri, 29 Mar 2024 13:55:12 +0000 (GMT) List-Id: https://gcc.gnu.org/g:f15cea16cc98912bf0ed14d388510d6c2618ba90 commit r14-9724-gf15cea16cc98912bf0ed14d388510d6c2618ba90 Author: Arsen Arsenović Date: Fri Mar 29 12:42:19 2024 +0100 libstdc++-v3: drop GCC Runtime Library Exception from gen tests It was mistakenly added to these files. libstdc++-v3/ChangeLog: * testsuite/24_iterators/range_generators/01.cc: Drop GCC Runtime Library Exception. * testsuite/24_iterators/range_generators/02.cc: Drop GCC Runtime Library Exception. * testsuite/24_iterators/range_generators/copy.cc: Drop GCC Runtime Library Exception. * testsuite/24_iterators/range_generators/except.cc: Drop GCC Runtime Library Exception. * testsuite/24_iterators/range_generators/subrange.cc: Drop GCC Runtime Library Exception. * testsuite/24_iterators/range_generators/synopsis.cc: Drop GCC Runtime Library Exception. * testsuite/24_iterators/range_generators/iter_deref_return.cc: Drop GCC Runtime Library Exception from the "You should have received a copy" paragraph. Diff: --- libstdc++-v3/testsuite/24_iterators/range_generators/01.cc | 9 ++------- libstdc++-v3/testsuite/24_iterators/range_generators/02.cc | 9 ++------- libstdc++-v3/testsuite/24_iterators/range_generators/copy.cc | 9 ++------- libstdc++-v3/testsuite/24_iterators/range_generators/except.cc | 9 ++------- .../testsuite/24_iterators/range_generators/iter_deref_return.cc | 4 ++++ libstdc++-v3/testsuite/24_iterators/range_generators/subrange.cc | 9 ++------- libstdc++-v3/testsuite/24_iterators/range_generators/synopsis.cc | 9 ++------- 7 files changed, 16 insertions(+), 42 deletions(-) diff --git a/libstdc++-v3/testsuite/24_iterators/range_generators/01.cc b/libstdc++-v3/testsuite/24_iterators/range_generators/01.cc index 2af5ed1895a..81837e156fe 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_generators/01.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_generators/01.cc @@ -12,13 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// Under Section 7 of GPL version 3, you are granted additional -// permissions described in the GCC Runtime Library Exception, version -// 3.1, as published by the Free Software Foundation. - -// You should have received a copy of the GNU General Public License and -// a copy of the GCC Runtime Library Exception along with this program; -// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see +// You should have received a copy of the GNU General Public License along +// with this library; see the file COPYING3. If not see // . #include diff --git a/libstdc++-v3/testsuite/24_iterators/range_generators/02.cc b/libstdc++-v3/testsuite/24_iterators/range_generators/02.cc index 8e23a9c4933..da2d2d42f04 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_generators/02.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_generators/02.cc @@ -12,13 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// Under Section 7 of GPL version 3, you are granted additional -// permissions described in the GCC Runtime Library Exception, version -// 3.1, as published by the Free Software Foundation. - -// You should have received a copy of the GNU General Public License and -// a copy of the GCC Runtime Library Exception along with this program; -// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see +// You should have received a copy of the GNU General Public License along +// with this library; see the file COPYING3. If not see // . #include diff --git a/libstdc++-v3/testsuite/24_iterators/range_generators/copy.cc b/libstdc++-v3/testsuite/24_iterators/range_generators/copy.cc index c74fb0cf09e..7ceec33dd78 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_generators/copy.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_generators/copy.cc @@ -12,13 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// Under Section 7 of GPL version 3, you are granted additional -// permissions described in the GCC Runtime Library Exception, version -// 3.1, as published by the Free Software Foundation. - -// You should have received a copy of the GNU General Public License and -// a copy of the GCC Runtime Library Exception along with this program; -// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see +// You should have received a copy of the GNU General Public License along +// with this library; see the file COPYING3. If not see // . #include diff --git a/libstdc++-v3/testsuite/24_iterators/range_generators/except.cc b/libstdc++-v3/testsuite/24_iterators/range_generators/except.cc index 82f6e4e45f6..87d8cebb185 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_generators/except.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_generators/except.cc @@ -12,13 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// Under Section 7 of GPL version 3, you are granted additional -// permissions described in the GCC Runtime Library Exception, version -// 3.1, as published by the Free Software Foundation. - -// You should have received a copy of the GNU General Public License and -// a copy of the GCC Runtime Library Exception along with this program; -// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see +// You should have received a copy of the GNU General Public License along +// with this library; see the file COPYING3. If not see // . #include diff --git a/libstdc++-v3/testsuite/24_iterators/range_generators/iter_deref_return.cc b/libstdc++-v3/testsuite/24_iterators/range_generators/iter_deref_return.cc index 75471952e76..a39f769b29e 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_generators/iter_deref_return.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_generators/iter_deref_return.cc @@ -12,6 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. +// You should have received a copy of the GNU General Public License along +// with this library; see the file COPYING3. If not see +// . + #include // Check that the return type of iterator::operator* is the reference type. diff --git a/libstdc++-v3/testsuite/24_iterators/range_generators/subrange.cc b/libstdc++-v3/testsuite/24_iterators/range_generators/subrange.cc index 93d7126cafe..106d604cd47 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_generators/subrange.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_generators/subrange.cc @@ -12,13 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// Under Section 7 of GPL version 3, you are granted additional -// permissions described in the GCC Runtime Library Exception, version -// 3.1, as published by the Free Software Foundation. - -// You should have received a copy of the GNU General Public License and -// a copy of the GCC Runtime Library Exception along with this program; -// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see +// You should have received a copy of the GNU General Public License along +// with this library; see the file COPYING3. If not see // . #include diff --git a/libstdc++-v3/testsuite/24_iterators/range_generators/synopsis.cc b/libstdc++-v3/testsuite/24_iterators/range_generators/synopsis.cc index d031f1d0c94..7eb77b4bb72 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_generators/synopsis.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_generators/synopsis.cc @@ -13,13 +13,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// Under Section 7 of GPL version 3, you are granted additional -// permissions described in the GCC Runtime Library Exception, version -// 3.1, as published by the Free Software Foundation. - -// You should have received a copy of the GNU General Public License and -// a copy of the GCC Runtime Library Exception along with this program; -// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see +// You should have received a copy of the GNU General Public License along +// with this library; see the file COPYING3. If not see // . #include