public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Arsen Arsenović" <arsen@gcc.gnu.org>
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
Date: Fri, 29 Mar 2024 13:55:12 +0000 (GMT)	[thread overview]
Message-ID: <20240329135512.611903858C3A@sourceware.org> (raw)

https://gcc.gnu.org/g:f15cea16cc98912bf0ed14d388510d6c2618ba90

commit r14-9724-gf15cea16cc98912bf0ed14d388510d6c2618ba90
Author: Arsen Arsenović <arsen@aarsen.me>
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
 // <http://www.gnu.org/licenses/>.
 
 #include <generator>
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
 // <http://www.gnu.org/licenses/>.
 
 #include <iostream>
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
 // <http://www.gnu.org/licenses/>.
 
 #include <testsuite_hooks.h>
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
 // <http://www.gnu.org/licenses/>.
 
 #include <testsuite_hooks.h>
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
+// <http://www.gnu.org/licenses/>.
+
 #include <generator>
 
 // 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
 // <http://www.gnu.org/licenses/>.
 
 #include <generator>
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
 // <http://www.gnu.org/licenses/>.
 
 #include <generator>

                 reply	other threads:[~2024-03-29 13:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240329135512.611903858C3A@sourceware.org \
    --to=arsen@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).