diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-01-02 11:59:57 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-01-02 11:59:57 +0100 |
commit | 6441eb6dc020faae0672ea724dfdb38c6a9bf6a1 (patch) | |
tree | 60c0a640b9a2647e36e8abee72ff47c38c6c3618 /libstdc++-v3/testsuite/performance | |
parent | 13c4066ae31fcb8cdacbbf1c524a92151e92d25d (diff) | |
download | gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.zip gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.gz gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.bz2 |
Update copyright years.
Diffstat (limited to 'libstdc++-v3/testsuite/performance')
99 files changed, 100 insertions, 100 deletions
diff --git a/libstdc++-v3/testsuite/performance/21_strings/append-1.cc b/libstdc++-v3/testsuite/performance/21_strings/append-1.cc index 9f0d261..e4a81c1 100644 --- a/libstdc++-v3/testsuite/performance/21_strings/append-1.cc +++ b/libstdc++-v3/testsuite/performance/21_strings/append-1.cc @@ -1,4 +1,4 @@ - // Copyright (C) 2003-2024 Free Software Foundation, Inc. + // Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/21_strings/append-2.cc b/libstdc++-v3/testsuite/performance/21_strings/append-2.cc index 4bd1d78..f9210c8 100644 --- a/libstdc++-v3/testsuite/performance/21_strings/append-2.cc +++ b/libstdc++-v3/testsuite/performance/21_strings/append-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/21_strings/cons_input_iterator.cc b/libstdc++-v3/testsuite/performance/21_strings/cons_input_iterator.cc index 0ae2da5..f77df44 100644 --- a/libstdc++-v3/testsuite/performance/21_strings/cons_input_iterator.cc +++ b/libstdc++-v3/testsuite/performance/21_strings/cons_input_iterator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/21_strings/copy_cons_and_dest.cc b/libstdc++-v3/testsuite/performance/21_strings/copy_cons_and_dest.cc index 2d18776..bec0a5c 100644 --- a/libstdc++-v3/testsuite/performance/21_strings/copy_cons_and_dest.cc +++ b/libstdc++-v3/testsuite/performance/21_strings/copy_cons_and_dest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/21_strings/find.cc b/libstdc++-v3/testsuite/performance/21_strings/find.cc index f4ba5e6..73787b8 100644 --- a/libstdc++-v3/testsuite/performance/21_strings/find.cc +++ b/libstdc++-v3/testsuite/performance/21_strings/find.cc @@ -1,4 +1,4 @@ - // Copyright (C) 2004-2024 Free Software Foundation, Inc. + // Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/22_locale/is_wchar_t.cc b/libstdc++-v3/testsuite/performance/22_locale/is_wchar_t.cc index 7b5ed4e..6459c4f 100644 --- a/libstdc++-v3/testsuite/performance/22_locale/is_wchar_t.cc +++ b/libstdc++-v3/testsuite/performance/22_locale/is_wchar_t.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_char.cc b/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_char.cc index 2b2144c..b38d2b2 100644 --- a/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_char.cc +++ b/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_char.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_wchar_t.cc b/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_wchar_t.cc index 74d8661..143b555 100644 --- a/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_wchar_t.cc +++ b/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_wchar_t.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/22_locale/wchar_t_in.cc b/libstdc++-v3/testsuite/performance/22_locale/wchar_t_in.cc index a21b9bb..82aa947 100644 --- a/libstdc++-v3/testsuite/performance/22_locale/wchar_t_in.cc +++ b/libstdc++-v3/testsuite/performance/22_locale/wchar_t_in.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/22_locale/wchar_t_length.cc b/libstdc++-v3/testsuite/performance/22_locale/wchar_t_length.cc index e80b59b..37eddd6 100644 --- a/libstdc++-v3/testsuite/performance/22_locale/wchar_t_length.cc +++ b/libstdc++-v3/testsuite/performance/22_locale/wchar_t_length.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/22_locale/wchar_t_out.cc b/libstdc++-v3/testsuite/performance/22_locale/wchar_t_out.cc index 0a77b2a..108bb73 100644 --- a/libstdc++-v3/testsuite/performance/22_locale/wchar_t_out.cc +++ b/libstdc++-v3/testsuite/performance/22_locale/wchar_t_out.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/copy_construct/unordered_set.cc b/libstdc++-v3/testsuite/performance/23_containers/copy_construct/unordered_set.cc index 4ad3649..6531ae3 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/copy_construct/unordered_set.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/copy_construct/unordered_set.cc @@ -1,5 +1,5 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2024 Free Software Foundation, Inc. +// Copyright (C) 2011-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/copy_construct/vector_bool.cc b/libstdc++-v3/testsuite/performance/23_containers/copy_construct/vector_bool.cc index 5efe1b5..90ba7b0 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/copy_construct/vector_bool.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/copy_construct/vector_bool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/create/map.cc b/libstdc++-v3/testsuite/performance/23_containers/create/map.cc index d363fb2..695a996 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/create/map.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/create/map.cc @@ -1,6 +1,6 @@ // 2003-03-01 gp dot bolton at computer dot org -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/create_from_sorted/set.cc b/libstdc++-v3/testsuite/performance/23_containers/create_from_sorted/set.cc index 731088e..58ba562 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/create_from_sorted/set.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/create_from_sorted/set.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/create_sort/list.cc b/libstdc++-v3/testsuite/performance/23_containers/create_sort/list.cc index a5647a6..53bba92 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/create_sort/list.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/create_sort/list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/find/map.cc b/libstdc++-v3/testsuite/performance/23_containers/find/map.cc index 0330ea0..f9e4dcc 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/find/map.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/find/map.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/index/map.cc b/libstdc++-v3/testsuite/performance/23_containers/index/map.cc index cef5bf4..fc712ba 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/index/map.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/index/map.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert/54075.cc b/libstdc++-v3/testsuite/performance/23_containers/insert/54075.cc index f4e0846..a86af8d 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert/54075.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert/54075.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2024 Free Software Foundation, Inc. +// Copyright (C) 2012-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert/81476.cc b/libstdc++-v3/testsuite/performance/23_containers/insert/81476.cc index bac2b5e..28bbc14 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert/81476.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert/81476.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2024 Free Software Foundation, Inc. +// Copyright (C) 2012-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert/associative.cc b/libstdc++-v3/testsuite/performance/23_containers/insert/associative.cc index 54e273a..952f6d1 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert/associative.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert/associative.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert/sequence.cc b/libstdc++-v3/testsuite/performance/23_containers/insert/sequence.cc index 1d47ed5..628ecb2 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert/sequence.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert/sequence.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_map_array.cc b/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_map_array.cc index 77b6348..f4a29e0 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_map_array.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_map_array.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_multiset_hint.cc b/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_multiset_hint.cc index 2b911db..7c8a4ce 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_multiset_hint.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_multiset_hint.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2024 Free Software Foundation, Inc. +// Copyright (C) 2013-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc b/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc index 0363760..2558998 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2024 Free Software Foundation, Inc. +// Copyright (C) 2012-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert_erase/41975.cc b/libstdc++-v3/testsuite/performance/23_containers/insert_erase/41975.cc index 2fa6107..e10393b 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert_erase/41975.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert_erase/41975.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2024 Free Software Foundation, Inc. +// Copyright (C) 2011-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert_erase/associative.cc b/libstdc++-v3/testsuite/performance/23_containers/insert_erase/associative.cc index 0dc7c18..d094032 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert_erase/associative.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert_erase/associative.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert_erase/unordered_small_size.cc b/libstdc++-v3/testsuite/performance/23_containers/insert_erase/unordered_small_size.cc index df262de..a965b4b 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert_erase/unordered_small_size.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert_erase/unordered_small_size.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2021-2024 Free Software Foundation, Inc. +// Copyright (C) 2021-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/insert_from_sorted/set.cc b/libstdc++-v3/testsuite/performance/23_containers/insert_from_sorted/set.cc index 8853560..ae9e4f8 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/insert_from_sorted/set.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/insert_from_sorted/set.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc b/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc index 97a99ce..58972a1 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/sequence.cc b/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/sequence.cc index baca1a6..1adc6c7 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/sequence.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/sequence.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/range_construct/deque_construct.cc b/libstdc++-v3/testsuite/performance/23_containers/range_construct/deque_construct.cc index 77d86e7..97ca625 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/range_construct/deque_construct.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/range_construct/deque_construct.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2024 Free Software Foundation, Inc. +// Copyright (C) 2010-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/range_construct/list_construct1.cc b/libstdc++-v3/testsuite/performance/23_containers/range_construct/list_construct1.cc index 9f1df97..67d467d 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/range_construct/list_construct1.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/range_construct/list_construct1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2024 Free Software Foundation, Inc. +// Copyright (C) 2010-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/range_construct/list_construct2.cc b/libstdc++-v3/testsuite/performance/23_containers/range_construct/list_construct2.cc index 09d03be..9f0baaa 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/range_construct/list_construct2.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/range_construct/list_construct2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2024 Free Software Foundation, Inc. +// Copyright (C) 2010-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/range_construct/vector_construct.cc b/libstdc++-v3/testsuite/performance/23_containers/range_construct/vector_construct.cc index 94d08ce..0b72231 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/range_construct/vector_construct.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/range_construct/vector_construct.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2024 Free Software Foundation, Inc. +// Copyright (C) 2010-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/resize/vector_bool.cc b/libstdc++-v3/testsuite/performance/23_containers/resize/vector_bool.cc index c43e2a1..918fd0e 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/resize/vector_bool.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/resize/vector_bool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/23_containers/sort_search/list.cc b/libstdc++-v3/testsuite/performance/23_containers/sort_search/list.cc index f520f33..525d37aa 100644 --- a/libstdc++-v3/testsuite/performance/23_containers/sort_search/list.cc +++ b/libstdc++-v3/testsuite/performance/23_containers/sort_search/list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/copy_streambuf_iterators.cc b/libstdc++-v3/testsuite/performance/25_algorithms/copy_streambuf_iterators.cc index 41b8990..7f204cc 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/copy_streambuf_iterators.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/copy_streambuf_iterators.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/equal_deque_iterators.cc b/libstdc++-v3/testsuite/performance/25_algorithms/equal_deque_iterators.cc index e69978b..1f97adb 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/equal_deque_iterators.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/equal_deque_iterators.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Free Software Foundation, Inc. +// Copyright (C) 2019-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/find_istreambuf_iterators.cc b/libstdc++-v3/testsuite/performance/25_algorithms/find_istreambuf_iterators.cc index 452f37d..45d03ae 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/find_istreambuf_iterators.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/find_istreambuf_iterators.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/inplace_merge.cc b/libstdc++-v3/testsuite/performance/25_algorithms/inplace_merge.cc index 216efa3..fddf36e 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/inplace_merge.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/inplace_merge.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2024 Free Software Foundation, Inc. +// Copyright (C) 2020-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/lexicographical_compare.cc b/libstdc++-v3/testsuite/performance/25_algorithms/lexicographical_compare.cc index 03acb24..3124fc3 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/lexicographical_compare.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/lexicographical_compare.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2024 Free Software Foundation, Inc. +// Copyright (C) 2007-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/nth_element_worst_case.cc b/libstdc++-v3/testsuite/performance/25_algorithms/nth_element_worst_case.cc index 65e59b3..4fb2459 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/nth_element_worst_case.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/nth_element_worst_case.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/search_n.cc b/libstdc++-v3/testsuite/performance/25_algorithms/search_n.cc index 8d475d9..3f3585a 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/search_n.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/search_n.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc b/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc index d848a08..3582b4d 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2024 Free Software Foundation, Inc. +// Copyright (C) 2013-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc b/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc index 0df4bbf..d5b1140 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2024 Free Software Foundation, Inc. +// Copyright (C) 2013-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc b/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc index 444f2b0..d81ec7b 100644 --- a/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc +++ b/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2024 Free Software Foundation, Inc. +// Copyright (C) 2013-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/26_numerics/complex_norm.cc b/libstdc++-v3/testsuite/performance/26_numerics/complex_norm.cc index 3dc6931..955bfcd 100644 --- a/libstdc++-v3/testsuite/performance/26_numerics/complex_norm.cc +++ b/libstdc++-v3/testsuite/performance/26_numerics/complex_norm.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/26_numerics/random_dist.cc b/libstdc++-v3/testsuite/performance/26_numerics/random_dist.cc index a0b6253..24de187f 100644 --- a/libstdc++-v3/testsuite/performance/26_numerics/random_dist.cc +++ b/libstdc++-v3/testsuite/performance/26_numerics/random_dist.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2024 Free Software Foundation, Inc. +// Copyright (C) 2020-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/26_numerics/valarray_gslice_to_index.cc b/libstdc++-v3/testsuite/performance/26_numerics/valarray_gslice_to_index.cc index 87afcbe..d45b5fe 100644 --- a/libstdc++-v3/testsuite/performance/26_numerics/valarray_gslice_to_index.cc +++ b/libstdc++-v3/testsuite/performance/26_numerics/valarray_gslice_to_index.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/cout_insert_int.cc b/libstdc++-v3/testsuite/performance/27_io/cout_insert_int.cc index 73c0b63..a5a1a07 100644 --- a/libstdc++-v3/testsuite/performance/27_io/cout_insert_int.cc +++ b/libstdc++-v3/testsuite/performance/27_io/cout_insert_int.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/filebuf_copy.cc b/libstdc++-v3/testsuite/performance/27_io/filebuf_copy.cc index 632f292..2b0a899 100644 --- a/libstdc++-v3/testsuite/performance/27_io/filebuf_copy.cc +++ b/libstdc++-v3/testsuite/performance/27_io/filebuf_copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/filebuf_sgetn_unbuf.cc b/libstdc++-v3/testsuite/performance/27_io/filebuf_sgetn_unbuf.cc index 3d87186..4708166 100644 --- a/libstdc++-v3/testsuite/performance/27_io/filebuf_sgetn_unbuf.cc +++ b/libstdc++-v3/testsuite/performance/27_io/filebuf_sgetn_unbuf.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc b/libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc index dec54db..073390d 100644 --- a/libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc +++ b/libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/filebuf_sputn_unbuf.cc b/libstdc++-v3/testsuite/performance/27_io/filebuf_sputn_unbuf.cc index 4e40b88..5d20d3c 100644 --- a/libstdc++-v3/testsuite/performance/27_io/filebuf_sputn_unbuf.cc +++ b/libstdc++-v3/testsuite/performance/27_io/filebuf_sputn_unbuf.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/fmtflags_manipulators.cc b/libstdc++-v3/testsuite/performance/27_io/fmtflags_manipulators.cc index a5309fa..12049f9 100644 --- a/libstdc++-v3/testsuite/performance/27_io/fmtflags_manipulators.cc +++ b/libstdc++-v3/testsuite/performance/27_io/fmtflags_manipulators.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc b/libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc index 9c124b8..b3228fa 100644 --- a/libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc +++ b/libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_chars.cc b/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_chars.cc index d450627..a5e67c6 100644 --- a/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_chars.cc +++ b/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_chars.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc b/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc index cac8637..d295a3c 100644 --- a/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc +++ b/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc b/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc index f5840a7..c4f2570 100644 --- a/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc +++ b/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/ifstream_getline-2.cc b/libstdc++-v3/testsuite/performance/27_io/ifstream_getline-2.cc index 307a392..b763317 100644 --- a/libstdc++-v3/testsuite/performance/27_io/ifstream_getline-2.cc +++ b/libstdc++-v3/testsuite/performance/27_io/ifstream_getline-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/ifstream_getline.cc b/libstdc++-v3/testsuite/performance/27_io/ifstream_getline.cc index b3c69f4..10d2d57 100644 --- a/libstdc++-v3/testsuite/performance/27_io/ifstream_getline.cc +++ b/libstdc++-v3/testsuite/performance/27_io/ifstream_getline.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc b/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc index 610de09..90ed17c 100644 --- a/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc +++ b/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc b/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc index 196d324..3f73624 100644 --- a/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc +++ b/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2024 Free Software Foundation, Inc. +// Copyright (C) 2003-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/27_io/stringbuf_overflow.cc b/libstdc++-v3/testsuite/performance/27_io/stringbuf_overflow.cc index f9d8df2..5aa261b 100644 --- a/libstdc++-v3/testsuite/performance/27_io/stringbuf_overflow.cc +++ b/libstdc++-v3/testsuite/performance/27_io/stringbuf_overflow.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2024 Free Software Foundation, Inc. +// Copyright (C) 2004-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/28_regex/range.cc b/libstdc++-v3/testsuite/performance/28_regex/range.cc index 3826533..597ca90 100644 --- a/libstdc++-v3/testsuite/performance/28_regex/range.cc +++ b/libstdc++-v3/testsuite/performance/28_regex/range.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2024 Free Software Foundation, Inc. +// Copyright (C) 2014-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/28_regex/split.cc b/libstdc++-v3/testsuite/performance/28_regex/split.cc index 13b88ad..763cd28 100644 --- a/libstdc++-v3/testsuite/performance/28_regex/split.cc +++ b/libstdc++-v3/testsuite/performance/28_regex/split.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2024 Free Software Foundation, Inc. +// Copyright (C) 2013-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/28_regex/split.h b/libstdc++-v3/testsuite/performance/28_regex/split.h index 220cf86..b8c7172 100644 --- a/libstdc++-v3/testsuite/performance/28_regex/split.h +++ b/libstdc++-v3/testsuite/performance/28_regex/split.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2024 Free Software Foundation, Inc. +// Copyright (C) 2013-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -32,7 +32,7 @@ void split(string s) } string source = "\ -// Copyright (C) 2013-2024 Free Software Foundation, Inc.\n\ +// Copyright (C) 2013-2025 Free Software Foundation, Inc.\n\ //\n\ // This file is part of the GNU ISO C++ Library. This library is free\n\ // software; you can redistribute it and/or modify it under the\n\ diff --git a/libstdc++-v3/testsuite/performance/28_regex/split_bfs.cc b/libstdc++-v3/testsuite/performance/28_regex/split_bfs.cc index 833c91e..42a2cdb 100644 --- a/libstdc++-v3/testsuite/performance/28_regex/split_bfs.cc +++ b/libstdc++-v3/testsuite/performance/28_regex/split_bfs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2024 Free Software Foundation, Inc. +// Copyright (C) 2013-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/29_atomics/atomic_flag.cc b/libstdc++-v3/testsuite/performance/29_atomics/atomic_flag.cc index 0f5be16..4600034 100644 --- a/libstdc++-v3/testsuite/performance/29_atomics/atomic_flag.cc +++ b/libstdc++-v3/testsuite/performance/29_atomics/atomic_flag.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/30_threads/future/polling.cc b/libstdc++-v3/testsuite/performance/30_threads/future/polling.cc index 3889f08..310e2cc 100644 --- a/libstdc++-v3/testsuite/performance/30_threads/future/polling.cc +++ b/libstdc++-v3/testsuite/performance/30_threads/future/polling.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_find.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_find.cc index 2b3b993..f933ddc 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_find.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_find.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_subscript_find.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_subscript_find.cc index b1884a0..7701c4a 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_subscript_find.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_subscript_find.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_subscript_insert.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_subscript_insert.cc index f916643..1f7cbe9 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_subscript_insert.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/all_int_subscript_insert.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/all_text_find.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/all_text_find.cc index df822c3..15c043c 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/all_text_find.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/all_text_find.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_int_erase_mem.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_int_erase_mem.cc index e2337a2..6426351 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_int_erase_mem.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_int_erase_mem.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_zlob_int_find.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_zlob_int_find.cc index f262023..55b46b7 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_zlob_int_find.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_zlob_int_find.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find.hpp b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find.hpp index dbaaf04..d2eea70 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find.hpp +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_large.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_large.cc index a1b8812..2c6d6bd 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_large.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_large.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_small.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_small.cc index 7b626b5..46b7dc9 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_small.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_small.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert.hpp b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert.hpp index 2c86b52..916c6a7 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert.hpp +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_large.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_large.cc index 1e2c1bb..fc61117 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_large.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_large.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem.hpp b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem.hpp index ab75531..c80b001 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem.hpp +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem_large.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem_large.cc index 4173876..538201d 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem_large.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem_large.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem_small.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem_small.cc index 9b3ee7d..b98f6ff 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem_small.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem_small.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_small.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_small.cc index e145a4c..65c2e73 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_small.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_small.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_int_push.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_int_push.cc index 4d06df6..f255266 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_int_push.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_int_push.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_int_push_pop.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_int_push_pop.cc index 776b41c..ff7b9bd 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_int_push_pop.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_int_push_pop.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_join.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_join.cc index aee5253..4d9ac67 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_join.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_join.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify.hpp b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify.hpp index 108b672..16d9c3c 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify.hpp +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify_down.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify_down.cc index 36f88fc8..e813863 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify_down.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify_down.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify_up.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify_up.cc index 0c61efb..781eea0 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify_up.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_modify_up.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem.cc index 862de98..37d06c5 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_push.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_push.cc index 4ba1fa3..64e4758 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_push.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_push.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_push_pop.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_push_pop.cc index 0a12809..99d55b8 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_push_pop.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_push_pop.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics.cc index 40b3897..d2540f0 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_split_join.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_split_join.cc index 2292871..f5d113a 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_split_join.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_split_join.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_text_insert.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_text_insert.cc index f439cad..496f203 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_text_insert.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_text_insert.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_text_lor_find.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_text_lor_find.cc index 04dabcc..947582d 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_text_lor_find.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_text_lor_find.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2024 Free Software Foundation, Inc. +// Copyright (C) 2005-2025 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms |